missing assert
authorMatthias Braun <matze@braunis.de>
Tue, 4 Apr 2006 17:37:33 +0000 (17:37 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 4 Apr 2006 17:37:33 +0000 (17:37 +0000)
SVN-Revision: 3245

src/object/path_walker.cpp

index f28e9f4..007c387 100644 (file)
@@ -22,6 +22,7 @@
 #include <config.h>
 
 #include <math.h>
+#include <assert.h>
 #include "path_walker.hpp"
 
 PathWalker::PathWalker(const Path* path)