mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-27 12:35:54 +00:00
gcc sux
This commit is contained in:
parent
73beeaf45a
commit
29f52ce6dd
5
Externals/Bochs_disasm/PowerPCDisasm.cpp
vendored
5
Externals/Bochs_disasm/PowerPCDisasm.cpp
vendored
@ -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
Block a user