Fix build for linux (just missing header)

This commit is contained in:
Ian Curtis 2022-10-17 09:34:11 +01:00
parent f0872cc998
commit b2e5a200da

View file

@ -3,6 +3,7 @@
#include <GL/glew.h>
#include <map>
#include <cstring>
class GLSLShader {