OpenGL: Add missing header include

This commit is contained in:
Jeffrey Pfau 2015-11-01 11:38:50 -08:00
parent 4a502c2c03
commit b7591b5d73
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <OpenGL/gl3.h>
#else
#include <GL/gl.h>
#include <GL/glext.h>
#endif
#else
#include <GLES2/gl2.h>