From b8e4aba5a4e2c85d59fcd618b15f679cbb18d0a2 Mon Sep 17 00:00:00 2001 From: Wolfgang Becker Date: Sat, 18 Oct 2008 09:25:59 +0000 Subject: [PATCH] G++ 4.3 wants even more includes. SVN-Revision: 5796 --- src/video/drawing_context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/drawing_context.cpp b/src/video/drawing_context.cpp index 613a3de86..b75b95048 100644 --- a/src/video/drawing_context.cpp +++ b/src/video/drawing_context.cpp @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include +#include #include "drawing_context.hpp" -- 2.11.0