1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-30 20:43:53 +00:00

Added missing <iterator> #include

This commit is contained in:
Phil Nash 2017-01-23 15:19:42 +00:00
parent 876af874f3
commit 1efd8d3067

View File

@ -15,6 +15,7 @@
#include <string> #include <string>
#include <assert.h> #include <assert.h>
#include <vector> #include <vector>
#include <iterator>
namespace Catch { namespace Catch {
namespace TestCaseTracking { namespace TestCaseTracking {