diff --git a/Triangulation_3/include/CGAL/Triangulation_data_structure_3.h b/Triangulation_3/include/CGAL/Triangulation_data_structure_3.h index 781df2727ee..185104768e6 100644 --- a/Triangulation_3/include/CGAL/Triangulation_data_structure_3.h +++ b/Triangulation_3/include/CGAL/Triangulation_data_structure_3.h @@ -59,7 +59,7 @@ #endif #include -#include +#include namespace CGAL { @@ -134,7 +134,7 @@ public: #ifdef CGAL_LINKED_WITH_TBB typedef typename boost::mpl::if_c < - boost::is_base_of::value, + boost::is_convertible::value, Concurrent_compact_container< Cell, Default, Cell_container_strategy>, Compact_container< @@ -151,7 +151,7 @@ public: #ifdef CGAL_LINKED_WITH_TBB typedef typename boost::mpl::if_c < - boost::is_base_of::value, + boost::is_convertible::value, Concurrent_compact_container< Vertex, Default, Vertex_container_strategy>, Compact_container<