diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-21 12:17:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:08:13 +0300 |
commit | 1acca8b48a4e1b55e897fc09f18ff325efc18412 (patch) | |
tree | 141ee4d9f3af92feeeb7eb3ed63fa7b9f3bc8590 /src/resources/dye.cpp | |
parent | a6f4bd5c8949c800a28f2de4291b096caec4cd89 (diff) | |
download | plus-1acca8b48a4e1b55e897fc09f18ff325efc18412.tar.gz plus-1acca8b48a4e1b55e897fc09f18ff325efc18412.tar.bz2 plus-1acca8b48a4e1b55e897fc09f18ff325efc18412.tar.xz plus-1acca8b48a4e1b55e897fc09f18ff325efc18412.zip |
fix SDL includes.
Diffstat (limited to 'src/resources/dye.cpp')
-rw-r--r-- | src/resources/dye.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye.cpp b/src/resources/dye.cpp index acac5b9d9..7889d24aa 100644 --- a/src/resources/dye.cpp +++ b/src/resources/dye.cpp @@ -29,7 +29,7 @@ #include <math.h> #include <sstream> -#include <SDL/SDL_endian.h> +#include <SDL_endian.h> #include "debug.h" |