diff options
Diffstat (limited to 'gui/browser_osx.mm')
-rw-r--r-- | gui/browser_osx.mm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/browser_osx.mm b/gui/browser_osx.mm index a3a09b8ed2..37699c364c 100644 --- a/gui/browser_osx.mm +++ b/gui/browser_osx.mm @@ -22,9 +22,10 @@ * $Id$ */ +// Disable symbol overrides so that we can use system headers +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "gui/browser.h" -#include "gui/GuiManager.h" -#include "gui/ListWidget.h" #include "common/config-manager.h" #include "common/system.h" |