diff --git a/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp b/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp index ed243d09ec..81b219566a 100644 --- a/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp +++ b/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp @@ -35,7 +35,7 @@ #include "Jit.h" #include "JitAsm.h" #include "JitRegCache.h" -#include "Jit_Tables.h" +#include "../JitCommon/Jit_Tables.h" #if defined JITTEST && JITTEST #error Jit64 cannot have JITTEST define