summaryrefslogtreecommitdiff
path: root/platform/android/mbgl/gl/gl_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/mbgl/gl/gl_impl.hpp')
-rw-r--r--platform/android/mbgl/gl/gl_impl.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/mbgl/gl/gl_impl.hpp b/platform/android/mbgl/gl/gl_impl.hpp
new file mode 100644
index 0000000000..b9b5d8e315
--- /dev/null
+++ b/platform/android/mbgl/gl/gl_impl.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#define GL_GLEXT_PROTOTYPES
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>