summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-29 19:33:05 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-29 19:33:05 +0000
commit019a4fd1f7e624603f85740cbec859f3daab39d4 (patch)
tree18cc37e6f3353f9bce36678f18a241affe831770 /src/Bitmap_cubical_complex
parent662420055856dde7a95bda6a94d54c84e32a8188 (diff)
Add include numeric for std::iota
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bitmap@1076 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6bb361c7ff62c5a8812db125cfd0375d64696504
Diffstat (limited to 'src/Bitmap_cubical_complex')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
index 1fd36914..adfe33b5 100644
--- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
+++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
@@ -30,6 +30,7 @@
#include <utility> // for pair<>
#include <algorithm> // for sort
#include <vector>
+#include <numeric> // for iota
namespace Gudhi {