summaryrefslogtreecommitdiff
path: root/src/Cech_complex/include/gudhi/Cech_complex.h
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/include/gudhi/Cech_complex.h
parent65b32d167810a107cf807572f84cef082c76067d (diff)
Separate Minimal_enclosing_ball_radius class which uses CGAL from common distance_functions.h file
Diffstat (limited to 'src/Cech_complex/include/gudhi/Cech_complex.h')
-rw-r--r--src/Cech_complex/include/gudhi/Cech_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cech_complex/include/gudhi/Cech_complex.h b/src/Cech_complex/include/gudhi/Cech_complex.h
index 32a78aec..7bbf97d1 100644
--- a/src/Cech_complex/include/gudhi/Cech_complex.h
+++ b/src/Cech_complex/include/gudhi/Cech_complex.h
@@ -11,7 +11,7 @@
#ifndef CECH_COMPLEX_H_
#define CECH_COMPLEX_H_
-#include <gudhi/distance_functions.h> // for Gudhi::Minimal_enclosing_ball_radius
+#include <gudhi/Cech_complex/Cech_kernel.h> // for Gudhi::Minimal_enclosing_ball_radius
#include <gudhi/graph_simplicial_complex.h> // for Gudhi::Proximity_graph
#include <gudhi/Debug_utils.h> // for GUDHI_CHECK
#include <gudhi/Cech_complex_blocker.h> // for Gudhi::cech_complex::Cech_blocker