adding in include needed

This commit is contained in:
mike dupont 2023-11-09 02:45:02 -05:00
parent 57ad015dc3
commit 71c0f3c02f

2
ggml.c
View file

@ -28,6 +28,8 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#include "ggml-cuda.h"
#if defined(_MSC_VER) #if defined(_MSC_VER)
// disable "possible loss of data" to avoid hundreds of casts // disable "possible loss of data" to avoid hundreds of casts
// we should just be careful :) // we should just be careful :)