mirror of https://github.com/CGAL/cgal
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:
parent
88efe9a2bb
commit
ccd0fcc73f
|
|
@ -21,7 +21,7 @@
|
||||||
#define CGAL_TRIANGLE_3_SEGMENT_3_INTERSECTION_H
|
#define CGAL_TRIANGLE_3_SEGMENT_3_INTERSECTION_H
|
||||||
|
|
||||||
#include <CGAL/kernel_basic.h>
|
#include <CGAL/kernel_basic.h>
|
||||||
#include <CGAL/intersection_3.h>
|
#include <CGAL/intersections.h>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace CGALi {
|
namespace CGALi {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue