summaryrefslogtreecommitdiffstats
path: root/src/Texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Texture.hpp')
-rw-r--r--src/Texture.hpp3
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 {