src/video/{gl,sdl}/…: Include <SDL.h>
[supertux.git] / src / video / sdl / sdl_renderer.hpp
index 7f78180..98aed4d 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef HEADER_SUPERTUX_VIDEO_SDL_RENDERER_HPP
 #define HEADER_SUPERTUX_VIDEO_SDL_RENDERER_HPP
 
+#include <SDL.h>
 #include <SDL_video.h>
 
 #include "video/renderer.hpp"