From 6e0b8fe1aa256486152e820acc38163d337770bb Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Tue, 28 Oct 2008 15:00:16 +0000 Subject: [PATCH] added import vector --- vcg/space/sphere3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); };