From c92418dca9a91d8c4b12c89506f451767873cdc3 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 2 Jan 2024 14:38:24 +0200 Subject: [PATCH] ggml : include stdlib.h before intrin.h ggml-ci --- ggml-impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml-impl.h b/ggml-impl.h index 1f5610a86..910bf4eba 100644 --- a/ggml-impl.h +++ b/ggml-impl.h @@ -5,6 +5,7 @@ // GGML internal header #include +#include #include #include #include // memcpy