adding in include needed
This commit is contained in:
parent
57ad015dc3
commit
71c0f3c02f
1 changed files with 2 additions and 0 deletions
2
ggml.c
2
ggml.c
|
@ -28,6 +28,8 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "ggml-cuda.h"
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
// disable "possible loss of data" to avoid hundreds of casts
|
||||
// we should just be careful :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue