From 71c0f3c02fcdeba6fdd66573e37a8a1e1c3db3a5 Mon Sep 17 00:00:00 2001 From: mike dupont Date: Thu, 9 Nov 2023 02:45:02 -0500 Subject: [PATCH] adding in include needed --- ggml.c | 2 ++ 1 file changed, 2 insertions(+) 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 :)