all repos — mgba @ b7591b5d733ce2100668c2676aa64e23530e1dec

mGBA Game Boy Advance Emulator

OpenGL: Add missing header include
Jeffrey Pfau jeffrey@endrift.com
Sun, 01 Nov 2015 11:38:50 -0800
commit

b7591b5d733ce2100668c2676aa64e23530e1dec

parent

4a502c2c03e8647e9a0baf148a9b1aca6f7d33e1

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/opengl/gles2.hsrc/platform/opengl/gles2.h

@@ -11,6 +11,7 @@ #ifdef __APPLE__

#include <OpenGL/gl3.h> #else #include <GL/gl.h> +#include <GL/glext.h> #endif #else #include <GLES2/gl2.h>