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__)