summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemArena.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-26 17:13:07 -0400
committerLioncash <mathew1800@gmail.com>2015-09-26 18:51:58 -0400
commitcc036ca86cdaf709e01221975da734cb64d54a94 (patch)
tree3b0fbcf245df0314dbf1002d930037375ebc5e42 /Source/Core/Common/MemArena.cpp
parent19ac565e0dafccd3728b58a0d92cdc0cb74e4be0 (diff)
Common: Remove other Common prefixed headers from Common.h
Diffstat (limited to 'Source/Core/Common/MemArena.cpp')
-rw-r--r--Source/Core/Common/MemArena.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/MemArena.cpp b/Source/Core/Common/MemArena.cpp
index 31ed7f9c8f..1f8fa6a4ec 100644
--- a/Source/Core/Common/MemArena.cpp
+++ b/Source/Core/Common/MemArena.cpp
@@ -9,7 +9,9 @@
#include "Common/CommonTypes.h"
#include "Common/MemArena.h"
+#include "Common/MsgHandler.h"
#include "Common/StringUtil.h"
+#include "Common/Logging/Log.h"
#ifdef _WIN32
#include <windows.h>