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:
Lioncash
2014-02-18 19:08:17 -05:00
parent eee549f92b
commit edb43cfe61
2 changed files with 4 additions and 5 deletions

View File

@ -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"