diff --git a/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h b/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h index abc04d8bc57..93732c61edd 100644 --- a/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h +++ b/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h @@ -36,6 +36,9 @@ public: typedef typename Base::Segment_2 Segment_2; typedef typename Base::FT FT; + using Base::t; + using Base::f; + #if 0 typedef CGAL::Hyperbola_2 Base; typedef typename Base::Weighted_point Weighted_point;