include <iterator> in catch_stats.hpp

needed for std::back_inserter on some platforms
This commit is contained in:
khyperia 2020-02-24 12:21:32 +01:00 committed by Martin Hořeňovský
parent 81d52c4a5f
commit 87b5bf77bc
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <algorithm>
#include <functional>
#include <vector>
#include <iterator>
#include <numeric>
#include <tuple>
#include <cmath>