From 2b54f1e7a63f80098f354b6ff186f47a8e6da6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 10 Aug 2021 00:38:23 +0200 Subject: [PATCH] Remove superfluous catch_enforce include from complete_invoke Also added missing transitive include to `catch_benchmark.hpp`. --- src/catch2/benchmark/catch_benchmark.hpp | 1 + src/catch2/benchmark/detail/catch_complete_invoke.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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