diff --git a/Mesh_3/include/CGAL/Mesh_triangulation_3.h b/Mesh_3/include/CGAL/Mesh_triangulation_3.h index 7e11e8ba183..e4f02e46fe6 100644 --- a/Mesh_3/include/CGAL/Mesh_triangulation_3.h +++ b/Mesh_3/include/CGAL/Mesh_triangulation_3.h @@ -63,12 +63,12 @@ template struct Mesh_triangulation_3 { private: - typedef typename Default::Get::Kernel>::type K; + typedef typename Default::Get::Kernel>::type K; typedef typename details::Mesh_geom_traits_generator::type Geom_traits; @@ -90,11 +90,13 @@ public: #ifdef CGAL_LINKED_WITH_TBB // Parallel version (specialization) // -template -struct Mesh_triangulation_3 +struct Mesh_triangulation_3 { private: + typedef typename Default::Get::Kernel>::type K; + typedef typename details::Mesh_geom_traits_generator::type Geom_traits; typedef typename Default::Get<