From ccd0fcc73f4a909ae84bcbcd4f79c20cc28de4dc Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 18 Aug 2009 14:13:54 +0000 Subject: [PATCH] Merged revisions 51083 via svnmerge from svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.5-branch ........ r51083 | stayeb | 2009-08-06 09:48:42 +0200 (Thu, 06 Aug 2009) | 1 line Minor fix: include CGAL/intersections.h instead of CGAL/intersection_3.h. ........ --- .../CGAL/AABB_intersections/Triangle_3_segment_3_intersection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AABB_tree/include/CGAL/AABB_intersections/Triangle_3_segment_3_intersection.h b/AABB_tree/include/CGAL/AABB_intersections/Triangle_3_segment_3_intersection.h index 2e2d3c0772b..7ac66fe412b 100644 --- a/AABB_tree/include/CGAL/AABB_intersections/Triangle_3_segment_3_intersection.h +++ b/AABB_tree/include/CGAL/AABB_intersections/Triangle_3_segment_3_intersection.h @@ -21,7 +21,7 @@ #define CGAL_TRIANGLE_3_SEGMENT_3_INTERSECTION_H #include -#include +#include namespace CGAL { namespace CGALi {