From c4e5b05cfc3305fa1b3aa5265eb4192c71df16aa Mon Sep 17 00:00:00 2001 From: khyperia Date: Mon, 24 Feb 2020 12:21:32 +0100 Subject: [PATCH] include in catch_stats.hpp needed for std::back_inserter on some platforms --- src/catch2/benchmark/detail/catch_stats.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/catch2/benchmark/detail/catch_stats.hpp b/src/catch2/benchmark/detail/catch_stats.hpp index 2f27451f..2b2b5c57 100644 --- a/src/catch2/benchmark/detail/catch_stats.hpp +++ b/src/catch2/benchmark/detail/catch_stats.hpp @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include