diff --git a/ggml.c b/ggml.c index 0bcb5f617..107236bf6 100644 --- a/ggml.c +++ b/ggml.c @@ -180,7 +180,7 @@ typedef double ggml_float; #undef bool #define bool _Bool #else -#include +#include #endif #endif