diff --git a/SDL2pp/SDL.hh b/SDL2pp/SDL.hh index df95549..ab00989 100644 --- a/SDL2pp/SDL.hh +++ b/SDL2pp/SDL.hh @@ -22,7 +22,15 @@ #ifndef SDL2PP_SDL_HH #define SDL2PP_SDL_HH -#include +#ifdef __has_include +# if __has_include() +# include +# else +# include +# endif +#else +# include +#endif #include