From: grumbel Date: Sun, 29 Nov 2009 04:09:36 +0000 (+0000) Subject: Fixe for g++-4.1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f659f0735b7ba51c7f2d898b9328fd26ffece081;p=supertux.git Fixe for g++-4.1 git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6157 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- 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;