diff --git a/examples/catch2/catch2_bench.cpp b/examples/catch2/catch2_bench.cpp index 4c2880410..9aec8d6a6 100644 --- a/examples/catch2/catch2_bench.cpp +++ b/examples/catch2/catch2_bench.cpp @@ -1,6 +1,6 @@ #include "fib.hpp" #define CATCH_CONFIG_MAIN -#include +#include TEST_CASE("Fibonacci") {