summaryrefslogtreecommitdiff
path: root/src/Cech_complex/benchmark/cech_complex_benchmark.cpp
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2021-10-01 15:47:58 +0200
committerHind-M <hind.montassif@gmail.com>2021-10-01 15:47:58 +0200
commitd3970dbbc16993d348092899eb8fcd1ea1aceb8d (patch)
tree57f5c33aa4baad7f057a38c4327243ec3ccbcc80 /src/Cech_complex/benchmark/cech_complex_benchmark.cpp
parent65b32d167810a107cf807572f84cef082c76067d (diff)
Separate Minimal_enclosing_ball_radius class which uses CGAL from common distance_functions.h file
Diffstat (limited to 'src/Cech_complex/benchmark/cech_complex_benchmark.cpp')
-rw-r--r--src/Cech_complex/benchmark/cech_complex_benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cech_complex/benchmark/cech_complex_benchmark.cpp b/src/Cech_complex/benchmark/cech_complex_benchmark.cpp
index 4a1aa06e..cfeb0725 100644
--- a/src/Cech_complex/benchmark/cech_complex_benchmark.cpp
+++ b/src/Cech_complex/benchmark/cech_complex_benchmark.cpp
@@ -9,7 +9,7 @@
*/
#include <gudhi/Points_off_io.h>
-#include <gudhi/distance_functions.h>
+#include <gudhi/Cech_complex/Cech_kernel.h>
#include <gudhi/graph_simplicial_complex.h>
#include <gudhi/Clock.h>
#include <gudhi/Rips_complex.h>