From: Matthias Braun Date: Fri, 31 Mar 2006 10:26:43 +0000 (+0000) Subject: fix X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e42359c9e76c97b2529876a88ec56e9e8e5a3662;p=supertux.git fix SVN-Revision: 3143 --- diff --git a/src/object/platform.hpp b/src/object/platform.hpp index 82eff0bda..cc383dfc1 100644 --- a/src/object/platform.hpp +++ b/src/object/platform.hpp @@ -24,6 +24,7 @@ #include "moving_object.hpp" #include "sprite/sprite.hpp" #include "object/path.hpp" +#include "object/path_walker.hpp" /** * This class is the base class for platforms that tux can stand on