diff --git a/ggml-impl.h b/ggml-impl.h index e86a45760..3579018be 100644 --- a/ggml-impl.h +++ b/ggml-impl.h @@ -6,7 +6,8 @@ #include #include -#include +#include // memcpy +#include // fabsf // static_assert should be a #define, but if it's not, // fall back to the _Static_assert C11 keyword.