add missing include directives

This commit is contained in:
Sébastien Loriot 2022-08-03 09:18:27 +02:00
parent 52ff783f21
commit 0177465086
10 changed files with 10 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,6 +18,7 @@
// Internal includes. // Internal includes.
#include <CGAL/Shape_detection/Region_growing/internal/property_map.h> #include <CGAL/Shape_detection/Region_growing/internal/property_map.h>
#include <CGAL/Shape_detection/Region_growing/internal/region_growing_traits.h>
namespace CGAL { namespace CGAL {
namespace Shape_detection { namespace Shape_detection {

View File

@ -19,6 +19,7 @@
// CGAL includes. // CGAL includes.
#include <CGAL/property_map.h> #include <CGAL/property_map.h>
#include <CGAL/Named_function_parameters.h> #include <CGAL/Named_function_parameters.h>
#include <CGAL/boost/graph/property_maps.h>
#include <CGAL/Default.h> #include <CGAL/Default.h>
// Boost includes. // Boost includes.