diff --git a/ggml.h b/ggml.h index e6cf8f36d..14d15ddf8 100644 --- a/ggml.h +++ b/ggml.h @@ -779,7 +779,7 @@ int ggml_cpu_has_vsx(void); #if defined(_WIN32) && !defined(_POSIX_THREADS) #define WIN32_LEAN_AND_MEAN -#include +#include #else #include #endif