From 37b34936433bb8a2683f5987729493e6fdff33c5 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 5 Aug 2016 08:50:38 +0000 Subject: With the good include cstd git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/3billions_simplices_fix@1419 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 864b9995ec8675e1578bccf81126959a4a5a22c4 --- src/Persistent_cohomology/example/plain_homology.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Persistent_cohomology/example/plain_homology.cpp b/src/Persistent_cohomology/example/plain_homology.cpp index f8fab93c..2c4e7aa2 100644 --- a/src/Persistent_cohomology/example/plain_homology.cpp +++ b/src/Persistent_cohomology/example/plain_homology.cpp @@ -25,6 +25,7 @@ #include #include +#include // for std::uint8_t using namespace Gudhi; @@ -39,7 +40,7 @@ struct MyOptions : Simplex_tree_options_full_featured { static const bool store_key = true; // I have few vertices typedef short Vertex_handle; - // Maximum number of simplices to compute persistence is 2^8 = 256 + // Maximum number of simplices to compute persistence is 2^8 = 256. typedef std::uint8_t Simplex_key; }; typedef Simplex_tree ST; -- cgit v1.2.3