diff --git a/runtime/Includes/PreCompiled.h b/runtime/Includes/PreCompiled.h index 243e128..59cf651 100644 --- a/runtime/Includes/PreCompiled.h +++ b/runtime/Includes/PreCompiled.h @@ -43,6 +43,10 @@ #include #include +#ifndef MLX_PLAT_WINDOWS + #include +#endif + #if defined(MLX_PLAT_LINUX) #include // sincos #endif