summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/utilities/alpha_complex_persistence.cpp
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-21 11:08:25 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-21 11:08:25 +0200
commitc7b82f49f01075519189f1fdb56cc485e4ad9f46 (patch)
tree3ab3cd7e9fcaa32788865fa75a852f88c2d4a63c /src/Alpha_complex/utilities/alpha_complex_persistence.cpp
parent57eb31fdb537406925661dad84ef6d4b2e02b67b (diff)
Use unique_pointer and template alpha complex interface for python interface
Diffstat (limited to 'src/Alpha_complex/utilities/alpha_complex_persistence.cpp')
-rw-r--r--src/Alpha_complex/utilities/alpha_complex_persistence.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Alpha_complex/utilities/alpha_complex_persistence.cpp b/src/Alpha_complex/utilities/alpha_complex_persistence.cpp
index 7c898dfd..e17831d9 100644
--- a/src/Alpha_complex/utilities/alpha_complex_persistence.cpp
+++ b/src/Alpha_complex/utilities/alpha_complex_persistence.cpp
@@ -11,6 +11,7 @@
#include <boost/program_options.hpp>
#include <CGAL/Epick_d.h>
+#include <CGAL/Epeck_d.h>
#include <gudhi/Alpha_complex.h>
#include <gudhi/Persistent_cohomology.h>