From c136d7e62b1ee4380b5b8b01bc32a32f44a7019a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 23 Sep 2016 12:38:04 +0200 Subject: [PATCH] Fix package SDG_Linf: include headers --- Segment_Delaunay_graph_Linf_2/include/CGAL/Polychain_2.h | 1 + .../include/CGAL/Side_of_bounded_square_2.h | 2 +- .../include/CGAL/Side_of_oriented_square_2.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Polychain_2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Polychain_2.h index 6ec4a820fac..8927d82d99b 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Polychain_2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Polychain_2.h @@ -25,6 +25,7 @@ #include #include #include +#include // Polychainsegment_2 diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h index 001df0d632c..413622bd2fb 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h @@ -30,7 +30,7 @@ #include #include #include - +#include namespace CGAL { template diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_oriented_square_2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_oriented_square_2.h index de7049ea8f1..35b766c465c 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_oriented_square_2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_oriented_square_2.h @@ -26,6 +26,7 @@ #include #include #include +#include namespace CGAL {