summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-28 13:48:08 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-28 13:48:08 +0200
commitb6276bda7819b7561a73970acf5b1d3d27f68a5a (patch)
tree3fcf796cc0b43184a83c5b2b19b95a07833d8f20 /src/Bottleneck_distance
parente0bc768023df268ed7f4c5541e41f63b1c7dc57b (diff)
std::abs requires cmath include
Diffstat (limited to 'src/Bottleneck_distance')
-rw-r--r--src/Bottleneck_distance/include/gudhi/Neighbors_finder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/Neighbors_finder.h b/src/Bottleneck_distance/include/gudhi/Neighbors_finder.h
index 36a63ea0..03de4a5a 100644
--- a/src/Bottleneck_distance/include/gudhi/Neighbors_finder.h
+++ b/src/Bottleneck_distance/include/gudhi/Neighbors_finder.h
@@ -33,6 +33,7 @@
#include <unordered_set>
#include <vector>
#include <algorithm> // for std::max
+#include <cmath> // for std::abs
namespace Gudhi {