mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 09:19:48 +00:00
Fix the OSX build.
Turns out Dolphin uses some macros that clash on OSX. However thankfully, this include is only used in Frame.cpp.
This commit is contained in:
parent
eee549f92b
commit
edb43cfe61
2 changed files with 4 additions and 5 deletions
|
@ -15,10 +15,6 @@
|
|||
#include <wx/aui/aui.h>
|
||||
#include <wx/tooltip.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
|
||||
#include "Common/CDUtils.h"
|
||||
#include "Core/Movie.h"
|
||||
#include "DolphinWX/Globals.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue