From f659f0735b7ba51c7f2d898b9328fd26ffece081 Mon Sep 17 00:00:00 2001 From: grumbel Date: Sun, 29 Nov 2009 04:09:36 +0000 Subject: [PATCH] Fixe for g++-4.1 git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6157 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- src/object/infoblock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/object/infoblock.cpp b/src/object/infoblock.cpp index 3f558dfe5..705d6636b 100644 --- a/src/object/infoblock.cpp +++ b/src/object/infoblock.cpp @@ -23,6 +23,7 @@ #include "supertux/info_box_line.hpp" #include "util/reader.hpp" #include "video/drawing_context.hpp" +#include "sprite/sprite.hpp" namespace { const float SCROLL_DELAY = 0.5; -- 2.11.0