summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-10-20 16:32:40 -0400
committerLioncash <mathew1800@gmail.com>2013-10-20 16:32:40 -0400
commit448c19bce132feef59c8a6424ddcf9eecd035f9d (patch)
tree23eec890e35abc13368de2ae1cd429074a14d6aa
parentb3da5c5d58776bc1e62c4ed5991fc5290e6d456a (diff)
Fix an issue where my recent changes would cause compilation to fail on some distros of Linux.
Note that before pushing those changes, they were initially tested in a branch, and passed the compilation testing. Sorry that I didn't catch this before.
-rw-r--r--Source/Core/Common/Src/Misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Misc.cpp b/Source/Core/Common/Src/Misc.cpp
index 3ef0adb563..ce42deb4d2 100644
--- a/Source/Core/Common/Src/Misc.cpp
+++ b/Source/Core/Common/Src/Misc.cpp
@@ -2,7 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
-#include "CommonTypes.h"
+#include "Common.h"
// Neither Android nor OS X support TLS
#if defined(__APPLE__) || (ANDROID && __clang__)