From e92f8cbce89951e43bf837ceeec5c50e894a20da Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 7 Apr 2022 17:43:30 +0200 Subject: [PATCH] Fix wxOSX compilation problem with older SDKs NSArray is not fully declared otherwise, at least when using Xcode 8.3. See #22272. --- src/osx/core/uilocale.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osx/core/uilocale.mm b/src/osx/core/uilocale.mm index 3f9c97ee94..923ec8e599 100644 --- a/src/osx/core/uilocale.mm +++ b/src/osx/core/uilocale.mm @@ -26,6 +26,7 @@ #include "wx/osx/core/cfref.h" #include "wx/osx/core/cfstring.h" +#import #import #import