summaryrefslogtreecommitdiff
path: root/Source/Core/Common/SettingsHandler.cpp
diff options
context:
space:
mode:
authorMichael Maltese <michaeljosephmaltese@gmail.com>2017-01-22 23:08:45 -0800
committerMichael Maltese <michaeljosephmaltese@gmail.com>2017-01-23 01:37:41 -0800
commit713ec5ffd526aa5c783e4c6a13bcc45c453e2c10 (patch)
treefb46e1b5bcba72206d1c9736fe363d60267f9243 /Source/Core/Common/SettingsHandler.cpp
parentc3a1547d9ab79a30dd6aceaa8d2938df4a5c8973 (diff)
Add includes for building on Windows without PCH
Diffstat (limited to 'Source/Core/Common/SettingsHandler.cpp')
-rw-r--r--Source/Core/Common/SettingsHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/SettingsHandler.cpp b/Source/Core/Common/SettingsHandler.cpp
index a87fc478f5..9b5d91e4f5 100644
--- a/Source/Core/Common/SettingsHandler.cpp
+++ b/Source/Core/Common/SettingsHandler.cpp
@@ -11,9 +11,9 @@
#include <string>
#ifdef _WIN32
+#include <windows.h>
#include <mmsystem.h>
#include <sys/timeb.h>
-#include <windows.h>
#include "Common/CommonFuncs.h" // snprintf
#endif