From 7a77bf630d5588aaa73930fc761cda278e01add9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 4 Feb 2017 01:47:32 +0300 Subject: Fix compilation with very new SDL2. --- src/utils/sdl2helper.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/utils/sdl2helper.h') diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h index 94567a25c..8e1333e16 100644 --- a/src/utils/sdl2helper.h +++ b/src/utils/sdl2helper.h @@ -27,7 +27,9 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wswitch-default" #include -_SDL_stdinc_h +#if !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_) && !defined(SDL_stdinc_h) +#error need include SDL_stdinc.h +#endif // !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_) #pragma GCC diagnostic pop #include -- cgit v1.2.3-70-g09d2