From: mathnerd314 Date: Thu, 16 Sep 2010 00:13:01 +0000 (+0000) Subject: Patch from ApOsTrOpHe to fix compile errors X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b8fc3f340a756961db060219643cd6c3cc8d94f5;p=supertux.git Patch from ApOsTrOpHe to fix compile errors git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6654 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- diff --git a/src/object/coin.cpp b/src/object/coin.cpp index 6fd89243e..19896f97f 100644 --- a/src/object/coin.cpp +++ b/src/object/coin.cpp @@ -17,6 +17,7 @@ #include "object/coin.hpp" #include "audio/sound_manager.hpp" +#include "util/reader.hpp" #include "object/bouncy_coin.hpp" #include "object/player.hpp" #include "object/tilemap.hpp" diff --git a/src/object/coin.hpp b/src/object/coin.hpp index 467830aa7..f0cd6c8fb 100644 --- a/src/object/coin.hpp +++ b/src/object/coin.hpp @@ -19,6 +19,8 @@ #include "object/moving_sprite.hpp" +class Path; +class PathWalker; class TileMap; class Coin : public MovingSprite