diff --git a/src/catch2/benchmark/catch_benchmark.hpp b/src/catch2/benchmark/catch_benchmark.hpp index 7eb1a018..ae351e52 100644 --- a/src/catch2/benchmark/catch_benchmark.hpp +++ b/src/catch2/benchmark/catch_benchmark.hpp @@ -11,6 +11,7 @@ #define CATCH_BENCHMARK_HPP_INCLUDED #include +#include #include #include #include diff --git a/src/catch2/benchmark/detail/catch_complete_invoke.hpp b/src/catch2/benchmark/detail/catch_complete_invoke.hpp index d97e0056..e5af9465 100644 --- a/src/catch2/benchmark/detail/catch_complete_invoke.hpp +++ b/src/catch2/benchmark/detail/catch_complete_invoke.hpp @@ -11,7 +11,6 @@ #define CATCH_COMPLETE_INVOKE_HPP_INCLUDED #include -#include #include #include #include