mirror of https://github.com/CGAL/cgal
add missing include directives
This commit is contained in:
parent
52ff783f21
commit
0177465086
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue