1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-29 18:29:33 -04: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 <algorithm>
#include <iterator>
namespace Catch {
namespace Benchmark {