mirror of https://github.com/mgba-emu/mgba.git
OpenGL: Add missing header include
This commit is contained in:
parent
4a502c2c03
commit
b7591b5d73
|
@ -11,6 +11,7 @@
|
|||
#include <OpenGL/gl3.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glext.h>
|
||||
#endif
|
||||
#else
|
||||
#include <GLES2/gl2.h>
|
||||
|
|
Loading…
Reference in New Issue