diff --git a/ggml/src/ggml-aarch64.c b/ggml/src/ggml-aarch64.c index 8bf371f7e..def8c5c75 100644 --- a/ggml/src/ggml-aarch64.c +++ b/ggml/src/ggml-aarch64.c @@ -16,6 +16,10 @@ #include // for qsort #include // for GGML_ASSERT #if defined(_WIN32) || defined(_WIN64) +#define WIN32_LEAN_AND_MEAN +#ifndef NOMINMAX +# define NOMINMAX +#endif #include #else #include