diff options
author | Matthew Hoops | 2013-05-26 15:39:19 -0400 |
---|---|---|
committer | Matthew Hoops | 2013-05-26 15:39:19 -0400 |
commit | f15a38558bb93f99525f2a155627a6bb4e9580a4 (patch) | |
tree | 34472df534191c44494b3bc0c9dfacc83b5f52b9 /gui | |
parent | efc374fc432abb93a57a303fb45d430e7df667be (diff) | |
download | scummvm-rg350-f15a38558bb93f99525f2a155627a6bb4e9580a4.tar.gz scummvm-rg350-f15a38558bb93f99525f2a155627a6bb4e9580a4.tar.bz2 scummvm-rg350-f15a38558bb93f99525f2a155627a6bb4e9580a4.zip |
GUI: Add missing include for IBAction
Hopefully will fix compilation on older Mac versions
Diffstat (limited to 'gui')
-rw-r--r-- | gui/browser_osx.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/browser_osx.mm b/gui/browser_osx.mm index 97521862fe..a0eb043538 100644 --- a/gui/browser_osx.mm +++ b/gui/browser_osx.mm @@ -30,6 +30,7 @@ #include "common/algorithm.h" #include "common/translation.h" +#include <AppKit/NSNibDeclarations.h> #include <AppKit/NSOpenPanel.h> #include <AppKit/NSButton.h> #include <Foundation/NSString.h> |