diff --git a/vcg/space/sphere3.h b/vcg/space/sphere3.h index 8a770e86..ca590784 100644 --- a/vcg/space/sphere3.h +++ b/vcg/space/sphere3.h @@ -59,6 +59,7 @@ First version. #include #include +#include namespace vcg { @@ -98,7 +99,7 @@ protected: //makes 36 iterations over the data... but get good results. int CreateTight(int n, const Point3 *points, T threshold = 1.01, T speed = 0.6); - int CreateTight(const std::vector > & points, + int CreateTight(const std::vector > & points, T threshold = 1.01, T speed = 0.6); };