diff --git a/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h b/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h index 6606c7a1a6f..f9fc7ca78c4 100644 --- a/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h +++ b/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h @@ -16,6 +16,7 @@ #include #include #include +#include #include #include @@ -1164,6 +1165,7 @@ void Straight_skeleton_builder_2::HandleSplitEvent( EventPtr aEvent, Ve Vertex_handle lOppL = aOpp.first ; Vertex_handle lOppR = aOpp.second ; + CGAL_USE(lOppL); Halfedge_handle lOppOBisector_R = lOppR->primary_bisector(); Halfedge_handle lOppIBisector_L = lOppOBisector_R->next();