summaryrefslogtreecommitdiffstats
path: root/AnvilStats/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'AnvilStats/Globals.h')
-rw-r--r--AnvilStats/Globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/AnvilStats/Globals.h b/AnvilStats/Globals.h
index 1c7387b75..e95a9e801 100644
--- a/AnvilStats/Globals.h
+++ b/AnvilStats/Globals.h
@@ -15,6 +15,8 @@
// Disable some warnings that we don't care about:
#pragma warning(disable:4100)
+
+ #define _CRT_SECURE_NO_WARNINGS
#define OBSOLETE __declspec(deprecated)
@@ -149,6 +151,7 @@ typedef short Int16;
#include <map>
#include <algorithm>
#include <memory>
+#include <ctime>