diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-02-28 00:28:57 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-02-28 00:28:57 +0100 |
commit | ac986eabee999a4e45bb842b67bf411ad926ecb9 (patch) | |
tree | 804d66bd70c769a685249ee30e07ee62ed81987b | |
parent | 1c213b915b963c24555a83f1a8c476f62b2cb931 (diff) |
Fixed SDL_image.h include.
-rwxr-xr-x | texturesdl.cpp | 2 |
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) { |