diff --git a/Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h b/Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h index a7fbe843c1e..a77f48ddd5b 100644 --- a/Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h +++ b/Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h @@ -32,7 +32,7 @@ #include namespace CGAL { - +namespace Intersections { namespace internal { template @@ -54,7 +54,8 @@ do_intersect(const typename K::Line_2& l, } } // namespace internal - +} // namespace Intersections + template inline bool