From 2a78b7861b9013bfea9a7128801f89a3d6b428c8 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 5 Mar 2018 14:54:58 +0000 Subject: [PATCH] fix src --- .../include/CGAL/Intersections_2/Line_2_Line_2.h | 3 +++ Intersections_2/src/CGAL/Bbox_2_intersections.cpp | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Intersections_2/include/CGAL/Intersections_2/Line_2_Line_2.h b/Intersections_2/include/CGAL/Intersections_2/Line_2_Line_2.h index 29e951a2412..b1dca54be02 100644 --- a/Intersections_2/include/CGAL/Intersections_2/Line_2_Line_2.h +++ b/Intersections_2/include/CGAL/Intersections_2/Line_2_Line_2.h @@ -34,6 +34,9 @@ #include namespace CGAL { + +class Cartesian_tag; +class Homogeneous_tag; namespace Intersections { diff --git a/Intersections_2/src/CGAL/Bbox_2_intersections.cpp b/Intersections_2/src/CGAL/Bbox_2_intersections.cpp index 63d0ddd12bb..3e0edcecc58 100644 --- a/Intersections_2/src/CGAL/Bbox_2_intersections.cpp +++ b/Intersections_2/src/CGAL/Bbox_2_intersections.cpp @@ -25,10 +25,10 @@ #ifndef CGAL_HEADER_ONLY -#include -#include +#include +#include -#include -#include +#include +#include #endif // CGAL_HEADER_ONLY