summaryrefslogtreecommitdiff
path: root/src/Cech_complex/include/Miniball/Miniball.hpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-02-20 16:03:52 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-02-20 16:03:52 +0000
commit0586a149b5bb3a4b65b63b2ab7d3ecdd9682ee1b (patch)
treed982ba2389a24fbccc92d6a6d147c5e323bd4f5d /src/Cech_complex/include/Miniball/Miniball.hpp
parent4a91726c9500e4b7ffe469192aa1140650c3d094 (diff)
tests and utils fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3253 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5786a8a7e4b16750f29fac99ca61926158542cfd
Diffstat (limited to 'src/Cech_complex/include/Miniball/Miniball.hpp')
-rw-r--r--src/Cech_complex/include/Miniball/Miniball.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Cech_complex/include/Miniball/Miniball.hpp b/src/Cech_complex/include/Miniball/Miniball.hpp
index cb76c534..a42d62a7 100644
--- a/src/Cech_complex/include/Miniball/Miniball.hpp
+++ b/src/Cech_complex/include/Miniball/Miniball.hpp
@@ -23,6 +23,9 @@
// CH-8092 Zuerich, Switzerland
// http://www.inf.ethz.ch/personal/gaertner
+#ifndef MINIBALL_HPP_
+#define MINIBALL_HPP_
+
#include <cassert>
#include <algorithm>
#include <list>
@@ -513,3 +516,5 @@ namespace Miniball {
}
} // end Namespace Miniball
+
+#endif // MINIBALL_HPP_