diff options
-rw-r--r-- | src/being/compoundsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/compoundsprite.cpp b/src/being/compoundsprite.cpp index b41e6c0b5..297cb5da1 100644 --- a/src/being/compoundsprite.cpp +++ b/src/being/compoundsprite.cpp @@ -46,11 +46,11 @@ #include "resources/map/map.h" #include "utils/timer.h" -#endif // USE_SDL2 #ifndef SDL_BIG_ENDIAN #include <SDL_endian.h> #endif // SDL_BYTEORDER +#endif // USE_SDL2 #include "debug.h" |