diff --git a/Algebraic_kernel/include/CGAL/Root_for_circles_2_2.h b/Algebraic_kernel/include/CGAL/Root_for_circles_2_2.h index d19ffdf4bed..61f916349e8 100644 --- a/Algebraic_kernel/include/CGAL/Root_for_circles_2_2.h +++ b/Algebraic_kernel/include/CGAL/Root_for_circles_2_2.h @@ -64,6 +64,10 @@ class Root_for_circles_2_2 { ix.sup(),iy.sup()); } + template < typename RT > + friend bool operator == ( const Root_for_circles_2_2& r1, + const Root_for_circles_2_2& r2 ); + }; template < typename RT >