summaryrefslogtreecommitdiff
path: root/src/resources/fboinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/fboinfo.h')
-rw-r--r--src/resources/fboinfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h
index 54415e697..dcc76d435 100644
--- a/src/resources/fboinfo.h
+++ b/src/resources/fboinfo.h
@@ -28,8 +28,13 @@
#include "resources/fboinfo.h"
+#ifdef ANDROID
+#include <GLES/gl.h>
+#include <GLES/glext.h>
+#else
#include <SDL_opengl.h>
#include <GL/glext.h>
+#endif
struct FBOInfo final
{