From 29f52ce6dd8b16773b48936cda80d434143966f1 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 20 Nov 2011 16:25:23 -0800 Subject: [PATCH] gcc sux --- Externals/Bochs_disasm/PowerPCDisasm.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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 {