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:
Donovan Watteau
2026-01-18 19:07:18 +01:00
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: