diff --git a/Point_set_2/include/CGAL/Point_set_2.h b/Point_set_2/include/CGAL/Point_set_2.h index a4741912a74..fcbf7c3b9ed 100644 --- a/Point_set_2/include/CGAL/Point_set_2.h +++ b/Point_set_2/include/CGAL/Point_set_2.h @@ -80,6 +80,9 @@ public: using Base::insert; using Base::remove; using Base::locate; + using Base::is_infinite; + using Base::nearest_vertex; + using Base::incident_vertices; Comparedist tr_comparedist; Orientation_2 tr_orientation;