summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemoryUtil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/MemoryUtil.cpp')
-rw-r--r--Source/Core/Common/MemoryUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/MemoryUtil.cpp b/Source/Core/Common/MemoryUtil.cpp
index 2b1ed11d18..5ce39e1052 100644
--- a/Source/Core/Common/MemoryUtil.cpp
+++ b/Source/Core/Common/MemoryUtil.cpp
@@ -13,8 +13,8 @@
#include "Common/MsgHandler.h"
#ifdef _WIN32
-#include <psapi.h>
#include <windows.h>
+#include <psapi.h>
#include "Common/StringUtil.h"
#else
#include <stdio.h>