diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-15 19:00:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-15 19:00:59 +0300 |
commit | 39e19833f3cdb67b53544f3a8787628e484a50ef (patch) | |
tree | 20758d2591927e2147d343cf44b8ef39cd8045c5 /src/render/graphics.h | |
parent | 5273b0bc8dcc2adbf8557a4008c63e50955884fe (diff) | |
download | plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.gz plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.bz2 plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.xz plus-39e19833f3cdb67b53544f3a8787628e484a50ef.zip |
Fix other include issues.
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 8fb13c804..016f2c4ab 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -75,11 +75,11 @@ #include "resources/mstack.h" -#include <SDL_video.h> - #ifdef USE_SDL2 #include <SDL_render.h> -#endif +#else // USE_SDL2 +#include <SDL_video.h> +#endif // USE_SDL2 #include "localconsts.h" |