[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

@ -1 +1 @@
B1-rc6-2-gd7fa0aeff9+1 B1-rc6-5-g8ad2d5f949+1

View File

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