ggml : include stdlib.h before intrin.h
ggml-ci
This commit is contained in:
parent
32866c5edd
commit
c92418dca9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
// GGML internal header
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h> // memcpy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue