fixed another missing include

This commit is contained in:
Dmitry Anisimov 2021-04-14 14:12:43 +02:00
parent 55cc13bc5a
commit 17bcbfc38d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <CGAL/license/Shape_detection.h>
// Internal includes.
#include <CGAL/Shape_detection/Region_growing/internal/utils.h>
#include <CGAL/Shape_detection/Region_growing/internal/property_map.h>
namespace CGAL {
namespace Shape_detection {