From ac986eabee999a4e45bb842b67bf411ad926ecb9 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 28 Feb 2010 00:28:57 +0100 Subject: Fixed SDL_image.h include. --- texturesdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texturesdl.cpp b/texturesdl.cpp index 716ea03..8e112ef 100755 --- a/texturesdl.cpp +++ b/texturesdl.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include "texturesdl.h" TextureSDL::TextureSDL(const char* filename) { -- cgit v1.2.3