From d0b6a3a55ab983a16cbb4fb8d5b6af4eea16a886 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Sun, 25 Apr 2010 14:04:25 +0000 Subject: [PATCH] Added a couple of nested definitions --- .../include/CGAL/Arr_circle_segment_traits_2.h | 3 +++ 1 file changed, 3 insertions(+) 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;