From 82100d5c075b2c9924d48901a00dac658d8db103 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 2 Aug 2017 14:57:55 +0200 Subject: [PATCH] Add missing square_distance include --- .../include/CGAL/Shape_detection_3/Region_growing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Region_growing.h b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Region_growing.h index cd960ffb8d6..ff521b2f4cb 100644 --- a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Region_growing.h +++ b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Region_growing.h @@ -30,6 +30,7 @@ #include #include #include +#include #include #include