From a71ecd0dda66e6f93aef8620f4471b62b942c9f4 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sun, 29 Mar 2026 18:40:03 -0300 Subject: [PATCH] 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. --- app/language.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/language.c b/app/language.c index 2d3cafed11..cf66ff970c 100644 --- a/app/language.c +++ b/app/language.c @@ -33,7 +33,7 @@ #include #endif #ifdef PLATFORM_OSX -#include +#import #endif #include "language.h"