From eea4a6754228f8c455be3335d025c8af93495aa9 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Sat, 16 May 2026 08:37:37 +0200 Subject: [PATCH] - [FIX] A vore si s'ha arreglat lo de CoreFoundation... --- source/backends/SDL3/shader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backends/SDL3/shader.cpp b/source/backends/SDL3/shader.cpp index 2008a7e..c1a7a9b 100644 --- a/source/backends/SDL3/shader.cpp +++ b/source/backends/SDL3/shader.cpp @@ -8,7 +8,7 @@ #include #ifdef __APPLE__ - #include "CoreFoundation/CoreFoundation.h" + #include #include #if ESSENTIAL_GL_PRACTICES_SUPPORT_GL3