mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-01 16:14:46 +02:00
include <iterator> in catch_stats.hpp
needed for std::back_inserter on some platforms
This commit is contained in:
parent
0fdeb10c65
commit
c4e5b05cfc
@ -18,6 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
#include <numeric>
|
||||
#include <tuple>
|
||||
#include <cmath>
|
||||
|
Loading…
x
Reference in New Issue
Block a user