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