backslash

This commit is contained in:
Sébastien Loriot 2022-07-05 14:36:31 +02:00
parent 70c78a0c50
commit 4a839b3449
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Shape_detection/Region_growing/Region_growing.h> #include <CGAL/Shape_detection/Region_growing/Region_growing.h>
#include <CGAL/Shape_detection/Region_growing\Point_set.h> #include <CGAL/Shape_detection/Region_growing/Point_set.h>
namespace SD = CGAL::Shape_detection; namespace SD = CGAL::Shape_detection;