Fix wxOSX compilation problem with older SDKs

NSArray is not fully declared otherwise, at least when using Xcode 8.3.

See #22272.
This commit is contained in:
Vadim Zeitlin 2022-04-07 17:43:30 +02:00
parent f84864dcca
commit e92f8cbce8

View File

@ -26,6 +26,7 @@
#include "wx/osx/core/cfref.h"
#include "wx/osx/core/cfstring.h"
#import <Foundation/NSArray.h>
#import <Foundation/NSString.h>
#import <Foundation/NSLocale.h>