[client] added missing include

This commit is contained in:
Geoffrey McRae
2019-07-15 18:30:39 +10:00
parent 8ad2d5f949
commit b979752989
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#pragma once
#include <stdbool.h>
#include <stddef.h>
#include <GL/gl.h>