From e267d1f962f7a13616139c93a168ec77ddd889b6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 22 Sep 2013 19:24:18 +0300 Subject: fix compilation with OpenGL with SDL2 on Android. --- src/graphicsmanager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphicsmanager.cpp') 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 #include #include +#ifndef USE_SDL2 #include +#endif #else #include "GL/glx.h" #endif -- cgit v1.2.3-60-g2f50