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