summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/utilities/alpha_complex_persistence.cpp
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-06-06 14:44:14 +0200
committerGitHub <noreply@github.com>2020-06-06 14:44:14 +0200
commit434cc66fbf832ca492e5f0710c8afc67d681637a (patch)
tree08cc98efa6a60aeaa59cf6407d7c4e722dbb212b /src/Alpha_complex/utilities/alpha_complex_persistence.cpp
parentd1df63c72af9a239b5dad44d0f8545d24a4a292b (diff)
parent19dc69e6edaac076da5138fe091be367a3652057 (diff)
Merge pull request #326 from VincentRouvreau/alpha_complex_python_fast_and_exact
Alpha complex python enhancement
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>