Add missing include to benchmark/catch_execution_plan.hpp

Fixes #2275
This commit is contained in:
Martin Hořeňovský
2021-08-26 20:19:25 +02:00
parent 0a8516aeea
commit 54edab53bf

View File

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