summaryrefslogtreecommitdiff
path: root/src/python/gudhi/hera/bottleneck.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/hera/bottleneck.cc')
-rw-r--r--src/python/gudhi/hera/bottleneck.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/hera/bottleneck.cc b/src/python/gudhi/hera/bottleneck.cc
index 0cb562ce..ec461f7c 100644
--- a/src/python/gudhi/hera/bottleneck.cc
+++ b/src/python/gudhi/hera/bottleneck.cc
@@ -16,7 +16,7 @@
using py::ssize_t;
#endif
-#include <bottleneck.h> // Hera
+#include <hera/bottleneck.h> // Hera
double bottleneck_distance(Dgm d1, Dgm d2, double delta)
{