diff --git a/src/common/macos.mm b/src/common/macos.mm index d759144c6..77b69b407 100644 --- a/src/common/macos.mm +++ b/src/common/macos.mm @@ -26,8 +26,10 @@ #import #import +#if __has_include() +#include +#else #include -#if !SDL_VERSION_ATLEAST(3, 0, 0) #include #endif