Added missing <iterator> #include

This commit is contained in:
Phil Nash 2017-01-23 15:19:42 +00:00
parent 876af874f3
commit 1efd8d3067
1 changed files with 1 additions and 0 deletions

View File

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