diff --git a/Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h b/Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h index 674b6d3e181..f07137be05a 100644 --- a/Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h +++ b/Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h @@ -124,9 +124,10 @@ template < class K> class Robust_weighted_circumcenter_traits_3 : public K { + typedef Exact_predicates_exact_constructions_kernel EK; public: - typedef CGAL::Robust_construct_circumcenter_3 Construct_circumcenter_3; - typedef CGAL::Robust_squared_radius_3 Compute_squared_radius_3; + typedef typename Robust_circumcenter_traits_3::Construct_circumcenter_3 Construct_circumcenter_3; + typedef typename Robust_circumcenter_traits_3::Compute_squared_radius_3 Compute_squared_radius_3; Construct_circumcenter_3 construct_circumcenter_3_object() const