From: Ingo Ruhnke 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=077b13f4ba2f22325152e2025d613cddaa433d4a;p=supertux.git Fixe for g++-4.1 SVN-Revision: 6157 --- 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;