fixing macos and windows CI ? x3

This commit is contained in:
Kbz-8
2024-09-14 13:04:43 +02:00
parent 9631305e35
commit 8191191fff
3 changed files with 30 additions and 20 deletions

View File

@@ -47,7 +47,7 @@
#include <iterator>
#include <stb_truetype.h>
#include <variant>
#if defined(MLX_PLAT_MACOS) || defined(MLX_PLAT_LINUX) || defined(MLX_PLAT_UNIX)
#if defined(MLX_PLAT_LINUX)
#include <math.h> // sincos
#endif