diff --git a/include/igl/boundary_loop.cpp b/include/igl/boundary_loop.cpp index 11802cd72..7ebc3fa3a 100755 --- a/include/igl/boundary_loop.cpp +++ b/include/igl/boundary_loop.cpp @@ -150,4 +150,5 @@ IGL_INLINE void igl::boundary_loop( #ifdef IGL_STATIC_LIBRARY // Explicit template instantiation template void igl::boundary_loop, Eigen::Matrix >(Eigen::MatrixBase > const&, Eigen::PlainObjectBase >&); +template void igl::boundary_loop, int>(Eigen::PlainObjectBase > const&, std::vector >, std::allocator > > >&); #endif