summaryrefslogtreecommitdiffstats
path: root/src/graphics/Texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/Texture.hpp')
-rw-r--r--src/graphics/Texture.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics/Texture.hpp b/src/graphics/Texture.hpp
index 8e3f1af..277806a 100644
--- a/src/graphics/Texture.hpp
+++ b/src/graphics/Texture.hpp
@@ -1,5 +1,7 @@
#pragma once
+#include <SFML/Graphics.hpp>
+#include <easylogging++.h>
#include <GL/glew.h>
class Texture {