diff --git a/vcg/space/box2.h b/vcg/space/box2.h index 6a3e94ed..4a5fcdb5 100644 --- a/vcg/space/box2.h +++ b/vcg/space/box2.h @@ -58,9 +58,12 @@ Initial commit namespace vcg { + +// needed prototype; +template class Segment2; + /** \addtogroup space */ /*@{*/ - /** Templated class for a 2D bounding box. It is stored just as two Point2 @param BoxScalarType (Template Parameter) Specifies the scalar field.