diff --git a/include/igl/copyleft/cgal/mesh_to_polyhedron.cpp b/include/igl/copyleft/cgal/mesh_to_polyhedron.cpp index 3261a8590..cf459795f 100644 --- a/include/igl/copyleft/cgal/mesh_to_polyhedron.cpp +++ b/include/igl/copyleft/cgal/mesh_to_polyhedron.cpp @@ -53,5 +53,5 @@ IGL_INLINE bool igl::copyleft::cgal::mesh_to_polyhedron( #include #include #include -template bool igl::copyleft::cgal::mesh_to_polyhedron, Eigen::Matrix, CGAL::Polyhedron_3, CGAL::Polyhedron_items_with_id_3, CGAL::HalfedgeDS_default, std::__1::allocator > >(Eigen::MatrixBase > const&, Eigen::MatrixBase > const&, CGAL::Polyhedron_3, CGAL::Polyhedron_items_with_id_3, CGAL::HalfedgeDS_default, std::__1::allocator >&); +template bool igl::copyleft::cgal::mesh_to_polyhedron, Eigen::Matrix, CGAL::Polyhedron_3, CGAL::Polyhedron_items_with_id_3, CGAL::HalfedgeDS_default, std::allocator > >(Eigen::MatrixBase > const&, Eigen::MatrixBase > const&, CGAL::Polyhedron_3, CGAL::Polyhedron_items_with_id_3, CGAL::HalfedgeDS_default, std::allocator >&); #endif