diff --git a/ggml.c b/ggml.c index 009d5b398..01cd00060 100644 --- a/ggml.c +++ b/ggml.c @@ -28,6 +28,8 @@ #include #endif +#include "ggml-cuda.h" + #if defined(_MSC_VER) // disable "possible loss of data" to avoid hundreds of casts // we should just be careful :)