summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-27 10:01:47 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-27 10:01:47 +0000
commit393680b13c69a80f836801b7b6443196ab1a91f8 (patch)
tree8647fdaad0e7a1d780701311cbdee60cd6d8c86b /src/Alpha_complex
parent537f41ba89f5f4fecf7d4e795f80895429baf928 (diff)
cpplint fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4016 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b27f48ffe04f04ca1320657ee4ef24df2ad1c673
Diffstat (limited to 'src/Alpha_complex')
-rw-r--r--src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp1
1 files changed, 1 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 d14ba375..c9141912 100644
--- a/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
+++ b/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
@@ -31,6 +31,7 @@
#include <fstream>
#include <string>
#include <vector>
+#include <limits> // for numeric_limits<>
// gudhi type definition
using Simplex_tree = Gudhi::Simplex_tree<Gudhi::Simplex_tree_options_fast_persistence>;