From 6f6f508da290d0098a5c6a2d97daee6abdbc4b49 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Tue, 8 Dec 1998 12:32:42 +0000 Subject: [PATCH] - Added conditional include for ftC3 and rtH3. --- Packages/Interval_arithmetic/include/CGAL/Filter.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Packages/Interval_arithmetic/include/CGAL/Filter.h b/Packages/Interval_arithmetic/include/CGAL/Filter.h index 7c94e33fd80..e3365c94813 100644 --- a/Packages/Interval_arithmetic/include/CGAL/Filter.h +++ b/Packages/Interval_arithmetic/include/CGAL/Filter.h @@ -175,8 +175,16 @@ inline ET CGAL_to_exact_type (const ET & e) #include #endif +#ifdef CGAL_PREDICATES_ON_FTC3_H +#include +#endif + #ifdef CGAL_PREDICATES_ON_RTH2_H #include #endif +#ifdef CGAL_PREDICATES_ON_RTH3_H +#include +#endif + #endif // CGAL_FILTER_H