From e53de2866ad973a12d5b60813eaf117791a20904 Mon Sep 17 00:00:00 2001 From: FSSRepo Date: Thu, 18 Jan 2024 11:27:07 -0500 Subject: [PATCH] fix compilation --- tests/test-flash-attention.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-flash-attention.cpp b/tests/test-flash-attention.cpp index c99ad719d..fb5e2a8bc 100644 --- a/tests/test-flash-attention.cpp +++ b/tests/test-flash-attention.cpp @@ -16,6 +16,7 @@ #include #include #include +#include struct test_model { struct ggml_tensor * q;