Skip to content

Commit

Permalink
fixing too recent header (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 authored Jan 12, 2025
2 parents 99d20ca + 430fa0a commit 082f990
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions runtime/Includes/PreCompiled.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 082f990

Please sign in to comment.