diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h index 60052850e17..8a0aa59d889 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h @@ -43,6 +43,9 @@ public: typedef Kernel_ Kernel; typedef typename Kernel::FT NT; + typedef typename Kernel::Point_2 Rational_point_2; + typedef typename Kernel::Segment_2 Rational_segment_2; + typedef typename Kernel::Circle_2 Rational_circle_2; typedef _One_root_point_2 Point_2; typedef typename Point_2::CoordNT CoordNT; typedef _Circle_segment_2 Curve_2;