app: Import all Foundation headers needed for NSLocale
The previous NSLocale.h include was limited and not enough, causing warnings from Apple Clang. Let's fix that.
This commit is contained in:
parent
8c0ce0cd64
commit
a71ecd0dda
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include <winnls.h>
|
||||
#endif
|
||||
#ifdef PLATFORM_OSX
|
||||
#include <Foundation/NSLocale.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include "language.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue