diff --git a/src/common/meshmodel.h b/src/common/meshmodel.h index 90d7b09bd..bac03c8cd 100644 --- a/src/common/meshmodel.h +++ b/src/common/meshmodel.h @@ -63,6 +63,7 @@ typedef vcg::Point2 Point2m; typedef vcg::Point3 Point3m; typedef vcg::Plane3 Plane3m; +typedef vcg::Segment3 Segment3m; typedef vcg::Box3 Box3m; typedef vcg::Matrix44 Matrix44m; typedef vcg::Matrix33 Matrix33m;