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:
Bruno Lopes 2026-03-29 18:40:03 -03:00
parent 8c0ce0cd64
commit a71ecd0dda

View file

@ -33,7 +33,7 @@
#include <winnls.h>
#endif
#ifdef PLATFORM_OSX
#include <Foundation/NSLocale.h>
#import <Foundation/Foundation.h>
#endif
#include "language.h"