From 59edd60ebec61bf24dd27063f85bcd049fd0af13 Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Thu, 19 Jan 2017 16:20:13 -0500
Subject: killed common, more inventory, other random stuff

---
 src/texture.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

(limited to 'src/texture.cpp')

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
 {
-- 
cgit v1.2.3