From 713ec5ffd526aa5c783e4c6a13bcc45c453e2c10 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Sun, 22 Jan 2017 23:08:45 -0800 Subject: Add includes for building on Windows without PCH --- Source/Core/Common/MemoryUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/MemoryUtil.cpp') 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 #include +#include #include "Common/StringUtil.h" #else #include -- cgit v1.2.3