summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-02-28 00:28:57 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2010-02-28 00:28:57 +0100
commitac986eabee999a4e45bb842b67bf411ad926ecb9 (patch)
tree804d66bd70c769a685249ee30e07ee62ed81987b
parent1c213b915b963c24555a83f1a8c476f62b2cb931 (diff)
Fixed SDL_image.h include.
-rwxr-xr-xtexturesdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/texturesdl.cpp b/texturesdl.cpp
index 716ea03..8e112ef 100755
--- a/texturesdl.cpp
+++ b/texturesdl.cpp
@@ -1,6 +1,6 @@
#include <iostream>
#include <stdexcept>
-#include <SDL_image/SDL_image.h>
+#include <SDL/SDL_image.h>
#include "texturesdl.h"
TextureSDL::TextureSDL(const char* filename) {