From db38a3a90a880340f1905f22b717070ddc662baa Mon Sep 17 00:00:00 2001 From: Auburn Date: Wed, 7 Aug 2024 23:38:59 +0100 Subject: [PATCH] Fix simd_test include --- tests/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.cpp b/tests/test.cpp index be98293..d3cbe0f 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include static constexpr size_t TestCount = 4096 * 4096;