diff -r 4e0955fca797 -r f22952603f29 src/kdtree.cc --- 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 #include +#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++)