diff options
Diffstat (limited to 'src/Shader.hpp')
-rw-r--r-- | src/Shader.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Shader.hpp b/src/Shader.hpp index d70d394..8e1ce9e 100644 --- a/src/Shader.hpp +++ b/src/Shader.hpp @@ -2,6 +2,7 @@ #include <map> #include <vector> +#include <string> #include <GL/glew.h> #include <glm/glm.hpp> |