diff options
Diffstat (limited to '')
-rw-r--r-- | src/Texture.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Texture.hpp b/src/Texture.hpp index 6b024d4..cda3e36 100644 --- a/src/Texture.hpp +++ b/src/Texture.hpp @@ -1,6 +1,7 @@ #pragma once -#include <easylogging++.h> +#include <string> + #include <GL/glew.h> class Texture { |