mirror of https://github.com/CGAL/cgal
fixed changed include location
This commit is contained in:
parent
80eb8601e6
commit
147c092746
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
// CGAL includes.
|
// CGAL includes.
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
#include <CGAL/is_iterator.h>
|
#include <CGAL/type_traits/is_iterator.h>
|
||||||
#include <CGAL/property_map.h>
|
#include <CGAL/property_map.h>
|
||||||
#include <CGAL/boost/graph/properties.h>
|
#include <CGAL/boost/graph/properties.h>
|
||||||
#include <CGAL/Shape_detection/Region_growing/internal/utils.h>
|
#include <CGAL/Shape_detection/Region_growing/internal/utils.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue