diff options
Diffstat (limited to 'src/resources/screenshothelper.h')
-rw-r--r-- | src/resources/screenshothelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/screenshothelper.h b/src/resources/screenshothelper.h index 5f525c03c..6ae396cd0 100644 --- a/src/resources/screenshothelper.h +++ b/src/resources/screenshothelper.h @@ -23,6 +23,8 @@ #ifndef RESOURCES_SCREENSHOTHELPER_H #define RESOURCES_SCREENSHOTHELPER_H +#include "localconsts.h" + #ifdef USE_SDL2 PRAGMA45(GCC diagnostic push) PRAGMA45(GCC diagnostic ignored "-Wswitch-default") @@ -37,8 +39,6 @@ PRAGMA45(GCC diagnostic pop) #include <SDL_video.h> -#include "localconsts.h" - class ScreenshotHelper notfinal { public: |