Add #includes

This commit is contained in:
Andreas Fabri 2018-02-21 10:02:56 +00:00
parent 8abfad66ab
commit e65eba0301
3 changed files with 4 additions and 7 deletions

View File

@ -28,8 +28,8 @@
#include <CGAL/Intersections_3/Triangle_3_Triangle_3.h> #include <CGAL/Intersections_3/Triangle_3_Triangle_3.h>
#include <CGAL/Intersections_3/Segment_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/Iso_cuboid_3_Triangle_3.h>
#include <CGAL/Intersections_3/internal/Triangle_3_Sphere_3_do_intersect.h> #include <CGAL/Intersections_3/Sphere_3_Triangle_3.h>
namespace CGAL { namespace CGAL {

View File

@ -22,10 +22,7 @@
#ifndef CGAL_INTERNAL_INTERSECTIONS_3_TETRAHEDRON_3_DO_INTERSECT_H #ifndef CGAL_INTERNAL_INTERSECTIONS_3_TETRAHEDRON_3_DO_INTERSECT_H
#define 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/Intersections_3/Ray_3_Triangle_3.h>
#include <CGAL/Plane_3.h>
#include <CGAL/Line_3.h>
#include <CGAL/Ray_3.h>
#include <CGAL/Intersections_3/Sphere_3_Triangle_3.h> #include <CGAL/Intersections_3/Sphere_3_Triangle_3.h>
#include <CGAL/Intersections_3/Plane_3_Triangle_3.h> #include <CGAL/Intersections_3/Plane_3_Triangle_3.h>

View File

@ -1617,4 +1617,4 @@ do_intersect(const Iso_cuboid_3<R> &j, const Line_3<R> &l, const R&)
} // namespace Intersections } // namespace Intersections
} // namespace CGAL } // namespace CGAL
#endif CGAL_INTERSECTIONS_3_INTERNAL_INTERSECTION_3_1_IMPL_H #endif // CGAL_INTERSECTIONS_3_INTERNAL_INTERSECTION_3_1_IMPL_H