From 448c19bce132feef59c8a6424ddcf9eecd035f9d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 20 Oct 2013 16:32:40 -0400 Subject: [PATCH] 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. --- Source/Core/Common/Src/Misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)