1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-14 05:54:46 +02:00

Add missing include to benchmark/catch_execution_plan.hpp

Fixes 
This commit is contained in:
Martin Hořeňovský 2021-08-26 20:19:25 +02:00
parent 0a8516aeea
commit 54edab53bf
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

@ -18,6 +18,7 @@
#include <catch2/benchmark/detail/catch_run_for_at_least.hpp> #include <catch2/benchmark/detail/catch_run_for_at_least.hpp>
#include <algorithm> #include <algorithm>
#include <iterator>
namespace Catch { namespace Catch {
namespace Benchmark { namespace Benchmark {