mirror of https://github.com/CGAL/cgal
Add #includes
This commit is contained in:
parent
8abfad66ab
commit
e65eba0301
|
|
@ -28,8 +28,8 @@
|
|||
|
||||
#include <CGAL/Intersections_3/Triangle_3_Triangle_3.h>
|
||||
#include <CGAL/Intersections_3/Segment_3_Triangle_3.h>
|
||||
#include <CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h>
|
||||
#include <CGAL/Intersections_3/internal/Triangle_3_Sphere_3_do_intersect.h>
|
||||
#include <CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h>
|
||||
#include <CGAL/Intersections_3/Sphere_3_Triangle_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,10 +22,7 @@
|
|||
#ifndef CGAL_INTERNAL_INTERSECTIONS_3_TETRAHEDRON_3_DO_INTERSECT_H
|
||||
#define CGAL_INTERNAL_INTERSECTIONS_3_TETRAHEDRON_3_DO_INTERSECT_H
|
||||
|
||||
#include <CGAL/Tetrahedron_3.h>
|
||||
#include <CGAL/Plane_3.h>
|
||||
#include <CGAL/Line_3.h>
|
||||
#include <CGAL/Ray_3.h>
|
||||
#include <CGAL/Intersections_3/Ray_3_Triangle_3.h>
|
||||
#include <CGAL/Intersections_3/Sphere_3_Triangle_3.h>
|
||||
#include <CGAL/Intersections_3/Plane_3_Triangle_3.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1617,4 +1617,4 @@ do_intersect(const Iso_cuboid_3<R> &j, const Line_3<R> &l, const R&)
|
|||
} // namespace Intersections
|
||||
} // namespace CGAL
|
||||
|
||||
#endif CGAL_INTERSECTIONS_3_INTERNAL_INTERSECTION_3_1_IMPL_H
|
||||
#endif // CGAL_INTERSECTIONS_3_INTERNAL_INTERSECTION_3_1_IMPL_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue