diff options
Diffstat (limited to 'src/utils/sdlhelper.h')
-rw-r--r-- | src/utils/sdlhelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h index 87c01e159..3b3069ca7 100644 --- a/src/utils/sdlhelper.h +++ b/src/utils/sdlhelper.h @@ -21,6 +21,8 @@ #ifndef UTILS_SDLHELPER_H #define UTILS_SDLHELPER_H +#include "main.h" + #ifdef USE_SDL2 #include "utils/sdl2helper.h" |