From 5d46351d77dcfd54b71d477a482adb0e07136d03 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 9 Feb 2018 10:54:34 +0100 Subject: [PATCH] Fix wrong patch --- .../include/CGAL/Shape_detection_3/Region_growing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 afa12822083..2e0566b6bd1 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 @@ -34,8 +34,8 @@ #include #include -#include -#include +#include +#include #include #include