From 4a839b3449e9b78a3dbd754abd68c3b63189b3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 5 Jul 2022 14:36:31 +0200 Subject: [PATCH] backslash --- .../Shape_detection/benchmark_region_growing_on_point_set_3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shape_detection/benchmark/Shape_detection/benchmark_region_growing_on_point_set_3.cpp b/Shape_detection/benchmark/Shape_detection/benchmark_region_growing_on_point_set_3.cpp index 1e84045dc23..5efa83fa1c1 100644 --- a/Shape_detection/benchmark/Shape_detection/benchmark_region_growing_on_point_set_3.cpp +++ b/Shape_detection/benchmark/Shape_detection/benchmark_region_growing_on_point_set_3.cpp @@ -13,7 +13,7 @@ #include #include -#include +#include namespace SD = CGAL::Shape_detection;