aboutsummaryrefslogtreecommitdiffstats
path: root/src/texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture.cpp')
-rw-r--r--src/texture.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/texture.cpp b/src/texture.cpp
index 721e5cb..ad06967 100644
--- a/src/texture.cpp
+++ b/src/texture.cpp
@@ -1,7 +1,12 @@
+#include <texture.hpp>
+
#include <algorithm>
#include <string>
-#include <texture.hpp>
+#include <SDL2/SDL_image.h>
+
+#include <debug.hpp>
+#include <error.hpp>
namespace Colors
{