summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Timer.cpp')
-rw-r--r--Source/Core/Common/Timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Timer.cpp b/Source/Core/Common/Timer.cpp
index 752664c1b6..081dd2008c 100644
--- a/Source/Core/Common/Timer.cpp
+++ b/Source/Core/Common/Timer.cpp
@@ -7,9 +7,9 @@
#include <string>
#ifdef _WIN32
+#include <windows.h>
#include <mmsystem.h>
#include <sys/timeb.h>
-#include <windows.h>
#else
#include <sys/time.h>
#endif