summaryrefslogtreecommitdiff
path: root/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-06-24 11:03:22 +0200
committerHind-M <hind.montassif@gmail.com>2022-06-24 11:03:22 +0200
commitb829a198e16fbef4c0cb2698b2c723fa353aac55 (patch)
treee04a1b8b4da42ed392b253e7d3af4ebb0d9ad82d /src/Cech_complex/include/gudhi/Cech_complex_blocker.h
parent3fa972970514333d4db22ec7628c5c1a4de3c6e8 (diff)
Use CGAL::NT_converter instead of CGAL::to_double in Sphere_circumradius
Diffstat (limited to 'src/Cech_complex/include/gudhi/Cech_complex_blocker.h')
-rw-r--r--src/Cech_complex/include/gudhi/Cech_complex_blocker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cech_complex/include/gudhi/Cech_complex_blocker.h b/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
index 9cd49a52..25d9a71f 100644
--- a/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
+++ b/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
@@ -12,6 +12,7 @@
#define CECH_COMPLEX_BLOCKER_H_
#include <CGAL/NT_converter.h> // for casting from FT to Filtration_value
+#include <CGAL/Lazy_exact_nt.h> // for CGAL::exact
#include <iostream>
#include <vector>