summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-24 21:11:52 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-11-24 21:11:52 +0100
commita5cef9ef3ba4aff359fa8b497460b23f1f8b2df3 (patch)
tree439992719145ae1f9fb3f010d9d12d33d9ccedca /test
parenta768b7686bfc132fbe4d09a6fb3f666a8ed7b200 (diff)
Added missing include file
Diffstat (limited to 'test')
-rw-r--r--test/test_utilities.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_utilities.hpp b/test/test_utilities.hpp
index d28ad4d6..b8bf3ddf 100644
--- a/test/test_utilities.hpp
+++ b/test/test_utilities.hpp
@@ -19,6 +19,7 @@
#include <string>
#include <fstream>
#include <sstream>
+#include <iterator>
#include "utilities/utilities.hpp"