summaryrefslogtreecommitdiff
path: root/src/utilities/utilities.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-10 14:49:38 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-10 14:49:38 +0100
commit82467b64c4402100e01af99d00caf3bd89c9cde4 (patch)
tree5a5a4a32cb6bb3988d943488f42599c09e8cd949 /src/utilities/utilities.hpp
parentc2f08fa346703286af75f969a71a2fd9829f61c1 (diff)
Fixed a missing include
Diffstat (limited to 'src/utilities/utilities.hpp')
-rw-r--r--src/utilities/utilities.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utilities/utilities.hpp b/src/utilities/utilities.hpp
index 08b165b9..d382b331 100644
--- a/src/utilities/utilities.hpp
+++ b/src/utilities/utilities.hpp
@@ -21,6 +21,7 @@
#include <complex>
#include <random>
#include <algorithm>
+#include <iterator>
#ifdef OPENCL_API
#include "clpp11.hpp"