branch | pyrit |
changeset 20 | f22952603f29 |
parent 17 | 5176ba000a67 |
child 21 | 79b516a3803d |
--- a/src/kdtree.cc Mon Nov 26 23:12:40 2007 +0100 +++ b/src/kdtree.cc Thu Nov 29 18:30:16 2007 +0100 @@ -1,6 +1,7 @@ #include <algorithm> #include <stack> +#include "common.h" #include "kdtree.h" class SortableShape @@ -300,6 +301,7 @@ void KdTree::build() { + infomsg("* building kd-tree\n"); root = new KdNode(); ShapeList::iterator shape; for (shape = shapes.begin(); shape != shapes.end(); shape++)