From 51b27c5481c9f7af72d33c75d8a0fa8f19f6c988 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Sun, 25 Jan 2015 21:40:31 -0600 Subject: [PATCH] Fix building with PCH disabled. --- Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h b/Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h index 4df759c6c5..59034f884a 100644 --- a/Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h +++ b/Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h @@ -4,7 +4,7 @@ #pragma once -#include "Common/CommonTypes.h" +#include "Common/Common.h" extern const u8 GC_ALIGNED16(pbswapShuffle1x4[16]); extern const u8 GC_ALIGNED16(pbswapShuffle2x4[16]);