diff --git a/ggml.c b/ggml.c index 949b136259ca4..f98cc229783b9 100644 --- a/ggml.c +++ b/ggml.c @@ -252,6 +252,7 @@ inline static void* ggml_aligned_malloc(size_t size) { #else #include #endif +#endif #if defined(GGML_USE_CUBLAS) #include "ggml-cuda.h" #endif