aboutsummaryrefslogtreecommitdiff
path: root/backends/taskbar/macosx
diff options
context:
space:
mode:
authorThierry Crozat2016-03-25 18:05:42 +0000
committerThierry Crozat2016-03-25 18:06:21 +0000
commit24ce588b864eeeaeb7bb823081414697fa601e27 (patch)
tree37bcae8515aea421b540dcf3770f201b50345b3c /backends/taskbar/macosx
parent8c89fbcdcb2d75063dd90fa9d4df6b051a83c4a6 (diff)
downloadscummvm-rg350-24ce588b864eeeaeb7bb823081414697fa601e27.tar.gz
scummvm-rg350-24ce588b864eeeaeb7bb823081414697fa601e27.tar.bz2
scummvm-rg350-24ce588b864eeeaeb7bb823081414697fa601e27.zip
OS X: Add missing includes for recently introduced taskbar code
Diffstat (limited to 'backends/taskbar/macosx')
-rw-r--r--backends/taskbar/macosx/macosx-taskbar.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/taskbar/macosx/macosx-taskbar.mm b/backends/taskbar/macosx/macosx-taskbar.mm
index 0b1f6b9f48..fd0bb23d7b 100644
--- a/backends/taskbar/macosx/macosx-taskbar.mm
+++ b/backends/taskbar/macosx/macosx-taskbar.mm
@@ -36,6 +36,9 @@
#include <AppKit/NSApplication.h>
#include <AppKit/NSImage.h>
#include <Foundation/NSString.h>
+#include <Foundation/NSDictionary.h>
+#include <Foundation/NSArray.h>
+#include <Foundation/NSUserDefaults.h>
#include <AppKit/NSImageView.h>
#include <AppKit/NSColor.h>
#include <AppKit/NSBezierPath.h>