diff --git a/runtime/Includes/PreCompiled.h b/runtime/Includes/PreCompiled.h index 6b88100..b4f64b6 100644 --- a/runtime/Includes/PreCompiled.h +++ b/runtime/Includes/PreCompiled.h @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include @@ -51,6 +50,15 @@ #include #include +// Experimentals +#if __has_include() + #include +#elif __has_include() + #include +#else + #error header not present in this STL +#endif + #ifndef MLX_PLAT_WINDOWS #include #endif