From 147c0927460d58dc39dfcaba60d7ca79df820a34 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 2 Sep 2022 17:05:38 +0200 Subject: [PATCH] fixed changed include location --- .../CGAL/Shape_detection/Region_growing/Region_growing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing.h index c11183acd1c..060f97bf50c 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing.h @@ -25,7 +25,7 @@ // CGAL includes. #include -#include +#include #include #include #include