From 54edab53bf38260a60e42e6faf73ce15b7224fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 26 Aug 2021 20:19:25 +0200 Subject: [PATCH] Add missing include to benchmark/catch_execution_plan.hpp Fixes #2275 --- src/catch2/benchmark/catch_execution_plan.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/catch2/benchmark/catch_execution_plan.hpp b/src/catch2/benchmark/catch_execution_plan.hpp index 1dd0d9b0..bcb366ce 100644 --- a/src/catch2/benchmark/catch_execution_plan.hpp +++ b/src/catch2/benchmark/catch_execution_plan.hpp @@ -18,6 +18,7 @@ #include #include +#include namespace Catch { namespace Benchmark {