From 223696c9f97d56e81254cb6c19657a5db95892f0 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 30 Oct 2023 17:12:27 +0200 Subject: [PATCH] ggml : add math.h to ggml-impl.h --- ggml-impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.