From: Florian Forster Date: Thu, 14 Jan 2010 17:43:11 +0000 (+0100) Subject: src/video/{gl,sdl}/…: Include X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=1e5501c6b93edb4f8765d59bcf8397b46348683b;p=supertux.git src/video/{gl,sdl}/…: Include This pulls in on SDL 1.3, which emulates some functions required by these classes. --- diff --git a/src/video/gl/gl_lightmap.cpp b/src/video/gl/gl_lightmap.cpp index 30df72a64..147da8721 100644 --- a/src/video/gl/gl_lightmap.cpp +++ b/src/video/gl/gl_lightmap.cpp @@ -16,6 +16,7 @@ #include "video/gl/gl_lightmap.hpp" +#include #include #include #include diff --git a/src/video/sdl/sdl_renderer.hpp b/src/video/sdl/sdl_renderer.hpp index 7f7818006..98aed4d77 100644 --- a/src/video/sdl/sdl_renderer.hpp +++ b/src/video/sdl/sdl_renderer.hpp @@ -17,6 +17,7 @@ #ifndef HEADER_SUPERTUX_VIDEO_SDL_RENDERER_HPP #define HEADER_SUPERTUX_VIDEO_SDL_RENDERER_HPP +#include #include #include "video/renderer.hpp"