summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-14 05:53:16 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-14 05:53:16 +0000
commit153686a6c0a103fc90924eacc954b4a1691a0c9f (patch)
treef37e8752f5eeedd86196a6a0bb22898f740a8652 /src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
parent979de853d97225b2b5466ec0a896a06dd08325e9 (diff)
Fix CGAL 4.12 build errors - include missing
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3435 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 59e1e78f26032154a8b81146b0f4d5b4ecead992
Diffstat (limited to 'src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp')
-rw-r--r--src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp b/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
index efa20db9..8cda0b70 100644
--- a/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
+++ b/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
@@ -35,6 +35,8 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Delaunay_triangulation_3.h>
#include <CGAL/Alpha_shape_3.h>
+#include <CGAL/Alpha_shape_cell_base_3.h>
+#include <CGAL/Alpha_shape_vertex_base_3.h>
#include <CGAL/iterator.h>
#include <fstream>