From: Matthias Braun Date: Tue, 4 Apr 2006 17:37:33 +0000 (+0000) Subject: missing assert X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=6ccf05311fd4dc238ac7733c487bdf580b2f1ad7;p=supertux.git missing assert SVN-Revision: 3245 --- diff --git a/src/object/path_walker.cpp b/src/object/path_walker.cpp index f28e9f4c3..007c3871c 100644 --- a/src/object/path_walker.cpp +++ b/src/object/path_walker.cpp @@ -22,6 +22,7 @@ #include #include +#include #include "path_walker.hpp" PathWalker::PathWalker(const Path* path)