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
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 0 deletions

View File

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