diff --git a/Externals/Bochs_disasm/PowerPCDisasm.cpp b/Externals/Bochs_disasm/PowerPCDisasm.cpp index 0b0f8c7326..56719ff662 100644 --- a/Externals/Bochs_disasm/PowerPCDisasm.cpp +++ b/Externals/Bochs_disasm/PowerPCDisasm.cpp @@ -39,6 +39,11 @@ #include "PowerPCDisasm.h" +#ifndef _MSC_VER +// Pull in rotate functions for non-msvc +#include "Common.h" +#endif + namespace PPCDisasm {