mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
gcc sux
This commit is contained in:
parent
73beeaf45a
commit
29f52ce6dd
1 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue