From 5647bcd869ae33c92e1207f315efd1294b132178 Mon Sep 17 00:00:00 2001 From: nodchip Date: Tue, 23 Nov 2010 14:50:25 +0000 Subject: [PATCH] JitIL: Fixed the compile error in r6462. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6465 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/PowerPC/Jit64IL/IR.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/PowerPC/Jit64IL/IR.cpp b/Source/Core/Core/Src/PowerPC/Jit64IL/IR.cpp index 7127cd4865..35bec60a95 100644 --- a/Source/Core/Core/Src/PowerPC/Jit64IL/IR.cpp +++ b/Source/Core/Core/Src/PowerPC/Jit64IL/IR.cpp @@ -130,7 +130,8 @@ Fix profiled loads/stores to work safely. On 32-bit, one solution is to #endif #include -#include +#include +#include #include #include "IR.h" #include "../PPCTables.h"