summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/phat/helpers/misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/phat/helpers/misc.h b/include/phat/helpers/misc.h
index d9d5d8f..fb5c07a 100644
--- a/include/phat/helpers/misc.h
+++ b/include/phat/helpers/misc.h
@@ -34,7 +34,8 @@
#include <iomanip>
#include <cmath>
#include <cstdlib>
-
+#include <iterator>
+
// VS2008 and below unfortunately do not support stdint.h
#if defined(_MSC_VER)&& _MSC_VER < 1600
typedef __int8 int8_t;