summaryrefslogtreecommitdiff
path: root/src/resources/screenshothelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-04 01:47:32 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-04 03:37:37 +0300
commit7a77bf630d5588aaa73930fc761cda278e01add9 (patch)
treeb8847d79adf02af5ab5f2095064d70f05c3f866c /src/resources/screenshothelper.h
parent44fd594631f0d4ae437c4e504d74940b58cc445e (diff)
downloadplus-7a77bf630d5588aaa73930fc761cda278e01add9.tar.gz
plus-7a77bf630d5588aaa73930fc761cda278e01add9.tar.bz2
plus-7a77bf630d5588aaa73930fc761cda278e01add9.tar.xz
plus-7a77bf630d5588aaa73930fc761cda278e01add9.zip
Fix compilation with very new SDL2.
Diffstat (limited to 'src/resources/screenshothelper.h')
-rw-r--r--src/resources/screenshothelper.h4
1 files changed, 3 insertions, 1 deletions
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 <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_)
#ifdef USE_SDL2
#pragma GCC diagnostic pop
#endif // USE_SDL2
-_SDL_stdinc_h
#include <SDL_video.h>
#include "localconsts.h"