From e73d4ef22fa7920cccf13b041eeb90ce0f3d1df8 Mon Sep 17 00:00:00 2001 From: Donovan Watteau Date: Sun, 18 Jan 2026 19:07:18 +0100 Subject: [PATCH] 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. --- backends/dialogs/macosx/macosx-dialogs.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/dialogs/macosx/macosx-dialogs.mm b/backends/dialogs/macosx/macosx-dialogs.mm index a50e2ce7c38..6233afcc370 100644 --- a/backends/dialogs/macosx/macosx-dialogs.mm +++ b/backends/dialogs/macosx/macosx-dialogs.mm @@ -38,6 +38,7 @@ #include #include #include +#include #include // From the 10.6 SDK: