aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index af23816b01..40e59952ed 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -86,6 +86,8 @@
#include <ctype.h>
#include <winuser.h>
#include <direct.h>
+#include <time.h>
+#include <math.h>
#else
@@ -110,6 +112,8 @@
#include <stdarg.h>
#include <assert.h>
#include <ctype.h>
+#include <time.h>
+#include <math.h>
#endif