mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 07:58:40 -05: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