Add missing OpenGL header

Fixes an issue with GLuint not defined
This commit is contained in:
EoD 2016-07-30 23:56:33 +02:00
parent 645be4522c
commit 3b520ee202
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <OpenGL/glext.h>
#include <OpenGL/glu.h>
#else
#include <GL/gl.h>
#include <GL/glext.h>
#include <GL/glu.h>
#endif