From 8cf6919655749e1c273f1ea2d5980e4d59831abb Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Fri, 18 Sep 2026 00:17:59 +0200 Subject: support Catch2 v3 part2 updated for v6.2.2607 fix simd_math.cpp Signed-off-by: Paul Zander diff --git a/tests/catch/simd_math.cpp b/tests/catch/simd_math.cpp index 4dafe812..6bf3a90b 100644 --- a/tests/catch/simd_math.cpp +++ b/tests/catch/simd_math.cpp @@ -1,4 +1,9 @@ +#ifdef CATCH2_v3 +#include +using Catch::Approx; +#else #include +#endif #include #include -- 2.55.0