This commit is contained in:
Shawn Hoffman 2011-11-20 16:25:23 -08:00
parent 73beeaf45a
commit 29f52ce6dd

View File

@ -39,6 +39,11 @@
#include "PowerPCDisasm.h"
#ifndef _MSC_VER
// Pull in rotate functions for non-msvc
#include "Common.h"
#endif
namespace PPCDisasm
{