diff options
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r-- | src/safeopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h index a21dc8505..e0f2d390a 100644 --- a/src/safeopenglgraphics.h +++ b/src/safeopenglgraphics.h @@ -23,8 +23,8 @@ #ifndef SAFEOPENGLGRAPHICS_H #define SAFEOPENGLGRAPHICS_H -#ifdef USE_OPENGL #include "main.h" +#if defined USE_OPENGL && !defined ANDROID #include "graphics.h" |