This commit is contained in:
Andreas Fabri 2018-03-05 14:54:58 +00:00
parent 97b5c37b6e
commit 2a78b7861b
2 changed files with 7 additions and 4 deletions

View File

@ -35,6 +35,9 @@
namespace CGAL { namespace CGAL {
class Cartesian_tag;
class Homogeneous_tag;
namespace Intersections { namespace Intersections {
namespace internal { namespace internal {

View File

@ -25,10 +25,10 @@
#ifndef CGAL_HEADER_ONLY #ifndef CGAL_HEADER_ONLY
#include <CGAL/Bbox_2_Line_2_intersection.h> #include <CGAL/Intersections_2/Bbox_2_Line_2.h>
#include <CGAL/Bbox_2_Line_2_intersection_impl.h> #include <CGAL/Intersections_2/internal/Bbox_2_Line_2_intersection_impl.h>
#include <CGAL/Ray_2_Bbox_2_intersection.h> #include <CGAL/Intersections_2/Bbox_2_Ray_2.h>
#include <CGAL/Ray_2_Bbox_2_intersection_impl.h> #include <CGAL/Intersections_2/internal/Ray_2_Bbox_2_intersection_impl.h>
#endif // CGAL_HEADER_ONLY #endif // CGAL_HEADER_ONLY