From 773642e9dc299788cce1c14c7a96ce9eb315c56f Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 6 Jan 2021 07:59:14 +0100 Subject: [PATCH] Fix Boost include --- .../Shape_detection/region_growing_circles_on_point_set_2.cpp | 2 +- .../Shape_detection/region_growing_cylinders_on_point_set_3.cpp | 2 +- .../Shape_detection/region_growing_spheres_on_point_set_3.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Shape_detection/examples/Shape_detection/region_growing_circles_on_point_set_2.cpp b/Shape_detection/examples/Shape_detection/region_growing_circles_on_point_set_2.cpp index fa1a5d18369..e8c30e31bd8 100644 --- a/Shape_detection/examples/Shape_detection/region_growing_circles_on_point_set_2.cpp +++ b/Shape_detection/examples/Shape_detection/region_growing_circles_on_point_set_2.cpp @@ -8,7 +8,7 @@ #include #include -#include +#include #include diff --git a/Shape_detection/examples/Shape_detection/region_growing_cylinders_on_point_set_3.cpp b/Shape_detection/examples/Shape_detection/region_growing_cylinders_on_point_set_3.cpp index b82b7e1cd8e..c963bfa586f 100644 --- a/Shape_detection/examples/Shape_detection/region_growing_cylinders_on_point_set_3.cpp +++ b/Shape_detection/examples/Shape_detection/region_growing_cylinders_on_point_set_3.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include using Kernel = CGAL::Simple_cartesian; diff --git a/Shape_detection/examples/Shape_detection/region_growing_spheres_on_point_set_3.cpp b/Shape_detection/examples/Shape_detection/region_growing_spheres_on_point_set_3.cpp index f7dc277e2d4..11bd4617f4f 100644 --- a/Shape_detection/examples/Shape_detection/region_growing_spheres_on_point_set_3.cpp +++ b/Shape_detection/examples/Shape_detection/region_growing_spheres_on_point_set_3.cpp @@ -8,7 +8,7 @@ #include #include -#include +#include #include