summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-13 06:48:12 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-13 06:48:12 +0000
commit30e538a98919004e36b3b382017884486919cb6e (patch)
treeeda56bb590601aa08e741400b9e217ade63d9f97 /src/Alpha_complex/include/gudhi/Alpha_complex.h
parentcbe3d808ad2b15d730cc2f307857d07c666a55e2 (diff)
Add CGAL::Identity_property_map proper include. Was not working with CGAL < 4.9
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1718 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8a42c2cfe003e18066f49e526048c020da8d7269
Diffstat (limited to 'src/Alpha_complex/include/gudhi/Alpha_complex.h')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex.h b/src/Alpha_complex/include/gudhi/Alpha_complex.h
index 0c0dfc59..f2a222c1 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex.h
@@ -33,6 +33,7 @@
#include <CGAL/Delaunay_triangulation.h>
#include <CGAL/Epick_d.h>
#include <CGAL/Spatial_sort_traits_adapter_d.h>
+#include <CGAL/property_map.h> // for CGAL::Identity_property_map
#include <iostream>
#include <vector>