diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-03 12:29:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-03 12:29:42 +0300 |
commit | 5614d6765535273d25cbe3de131a4dbd0e4926f4 (patch) | |
tree | 34dae236d34f0a374be59df6e93739d00624a92e /src/resources/sdlimagehelper.h | |
parent | 015f40eeab3c01e3173968059a95fd76cf23fd3b (diff) | |
download | plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.gz plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.bz2 plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.xz plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.zip |
fix SDL includes.
Diffstat (limited to 'src/resources/sdlimagehelper.h')
-rw-r--r-- | src/resources/sdlimagehelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/sdlimagehelper.h b/src/resources/sdlimagehelper.h index 291345164..fbc6c4451 100644 --- a/src/resources/sdlimagehelper.h +++ b/src/resources/sdlimagehelper.h @@ -27,7 +27,7 @@ #include "resources/imagehelper.h" -#include <SDL.h> +#include <SDL/SDL.h> class Dye; class Image; |