Add missing OpenGL header
Fixes an issue with GLuint not defined
This commit is contained in:
parent
645be4522c
commit
3b520ee202
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue