fixed changed include location

This commit is contained in:
Sven Oesau 2022-09-02 17:05:38 +02:00
parent 80eb8601e6
commit 147c092746
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
// CGAL includes.
#include <CGAL/assertions.h>
#include <CGAL/is_iterator.h>
#include <CGAL/type_traits/is_iterator.h>
#include <CGAL/property_map.h>
#include <CGAL/boost/graph/properties.h>
#include <CGAL/Shape_detection/Region_growing/internal/utils.h>