mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
MACOS: Add NSThread.h to avoid compilation warnings on older OSX
At least 10.4 wants it, to avoid warnings around the use of performSelectorOnMainThread.
This commit is contained in:
committed by
Eugene Sandulenko
parent
9918bc1cb4
commit
e73d4ef22f
@@ -38,6 +38,7 @@
|
||||
#include <AppKit/NSButton.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
||||
// From the 10.6 SDK:
|
||||
|
||||
Reference in New Issue
Block a user