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.
........
This commit is contained in:
Laurent Rineau 2009-08-18 14:13:54 +00:00
parent 88efe9a2bb
commit ccd0fcc73f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#define CGAL_TRIANGLE_3_SEGMENT_3_INTERSECTION_H
#include <CGAL/kernel_basic.h>
#include <CGAL/intersection_3.h>
#include <CGAL/intersections.h>
namespace CGAL {
namespace CGALi {