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/resources/screenshothelper.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/resources/screenshothelper.h') diff --git a/src/resources/screenshothelper.h b/src/resources/screenshothelper.h index c66ed1e52..e37db92ed 100644 --- a/src/resources/screenshothelper.h +++ b/src/resources/screenshothelper.h @@ -28,11 +28,13 @@ #pragma GCC diagnostic ignored "-Wswitch-default" #endif // USE_SDL2 #include +#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_) #ifdef USE_SDL2 #pragma GCC diagnostic pop #endif // USE_SDL2 -_SDL_stdinc_h #include #include "localconsts.h" -- cgit v1.2.3-70-g09d2