summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 3c9419f84..faea27f11 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -20,6 +20,8 @@
# define INT64_MAX 9223372036854775807LL
#endif
+#include <limits>
+
#include <cstdio>
#include <cstddef>
#include <cstring>