gcc sux
This commit is contained in:
parent
73beeaf45a
commit
29f52ce6dd
|
@ -39,6 +39,11 @@
|
|||
|
||||
#include "PowerPCDisasm.h"
|
||||
|
||||
#ifndef _MSC_VER
|
||||
// Pull in rotate functions for non-msvc
|
||||
#include "Common.h"
|
||||
#endif
|
||||
|
||||
namespace PPCDisasm
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue