From ba9fac97eb0afba27e7d35bef34255c8ac436295 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Sep 2013 16:17:10 +0300 Subject: fix compilation with SDL2. --- src/render/graphics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/render/graphics.h') 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 #include +#ifdef USE_SDL2 +#include +#endif + #include "localconsts.h" class Image; -- cgit v1.2.3-60-g2f50