Add a missing header

This commit is contained in:
Luke Benstead 2018-08-27 21:35:15 +01:00
parent 8b3bf5a579
commit acaecf49bc

View File

@ -8,6 +8,8 @@
*/
#include "../include/gl.h"
#include "../include/glext.h"
#include "private.h"
static GLboolean IMMEDIATE_MODE_ACTIVE = GL_FALSE;