diff options
author | Thierry Crozat | 2012-11-17 23:27:29 +0000 |
---|---|---|
committer | Thierry Crozat | 2012-11-18 01:29:09 +0000 |
commit | 5de0d081b7824dc1b398bc20d1b4d113ddc15af1 (patch) | |
tree | 87f1ca73ea3db4d75f78485ceca7b1ab52f38aed /gui | |
parent | a49f55878a152eb9bd206e874d54bdf8e9ec281d (diff) | |
download | scummvm-rg350-5de0d081b7824dc1b398bc20d1b4d113ddc15af1.tar.gz scummvm-rg350-5de0d081b7824dc1b398bc20d1b4d113ddc15af1.tar.bz2 scummvm-rg350-5de0d081b7824dc1b398bc20d1b4d113ddc15af1.zip |
OSX: Add missing include for NSURL
This fixes compilation on older systems (apparently on newer
systems it was already included indirectly).
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 1d5e6f2f57..ecd60915f8 100644 --- a/gui/browser_osx.mm +++ b/gui/browser_osx.mm @@ -32,6 +32,7 @@ #include <AppKit/NSOpenPanel.h> #include <Foundation/NSString.h> +#include <Foundation/NSURL.h> namespace GUI { |