diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/graphicsmanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp index 7ce307e99..587938798 100644 --- a/src/graphicsmanager.cpp +++ b/src/graphicsmanager.cpp @@ -27,7 +27,9 @@ #include <GLES2/gl2.h> #include <GLES/glext.h> #include <EGL/egl.h> +#ifndef USE_SDL2 #include <SDL_android.h> +#endif #else #include "GL/glx.h" #endif |