summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index aad3c2bed..12df83aef 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -32,6 +32,10 @@
#include <guichan/color.hpp>
#include <guichan/graphics.hpp>
+#ifdef USE_SDL2
+#include <SDL_render.h>
+#endif
+
#include "localconsts.h"
class Image;