mirror of https://github.com/CGAL/cgal
fix src
This commit is contained in:
parent
97b5c37b6e
commit
2a78b7861b
|
|
@ -35,6 +35,9 @@
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
class Cartesian_tag;
|
||||||
|
class Homogeneous_tag;
|
||||||
|
|
||||||
namespace Intersections {
|
namespace Intersections {
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue