diff --git a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-translate.cpp b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-translate.cpp index 1f397f15..97622dc1 100644 --- a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-translate.cpp +++ b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-translate.cpp @@ -23,6 +23,10 @@ #include "cpu/ppc/ppc-instructions.hpp" #include "cpu/ppc/ppc-operands.hpp" +#if PPC_ENABLE_JIT +#include "cpu/jit/dyngen-exec.h" +#endif + #ifdef SHEEPSHAVER #include "cpu_emulation.h" #endif