fixing too recent header

This commit is contained in:
Kbz-8
2025-01-12 21:13:30 +01:00
parent 8470080236
commit 430fa0af9e

View File

@@ -52,15 +52,6 @@
#include <ostream>
#include <ranges>
// Experimentals
#if __has_include(<format>)
#include <format>
#elif __has_include(<experimental/format>)
#include <experimental/format>
#else
#error <format> header not present in this STL
#endif
#ifndef MLX_PLAT_WINDOWS
#include <dlfcn.h>
#endif