ggml : include stdlib.h before intrin.h

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-01-02 14:38:24 +02:00
parent 32866c5edd
commit c92418dca9
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -5,6 +5,7 @@
// GGML internal header // GGML internal header
#include <assert.h> #include <assert.h>
#include <stdlib.h>
#include <stddef.h> #include <stddef.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h> // memcpy #include <string.h> // memcpy