diff --git a/include/igl/sparse_cached.cpp b/include/igl/sparse_cached.cpp index c7a7daf1f..ddd65aadf 100644 --- a/include/igl/sparse_cached.cpp +++ b/include/igl/sparse_cached.cpp @@ -117,8 +117,7 @@ IGL_INLINE void igl::sparse_cached( #ifdef IGL_STATIC_LIBRARY -#if EIGEN_VERSION_AT_LEAST(3,3,2) -// SparseMatrixBase::StorageIndex was introduced in eigen 3.2.9 +#if EIGEN_VERSION_AT_LEAST(3,3,0) template void igl::sparse_cached(std::vector::StorageIndex>, std::allocator::StorageIndex> > > const&, Eigen::Matrix const&, Eigen::SparseMatrix&); template void igl::sparse_cached_precompute(std::vector::StorageIndex>, std::allocator::StorageIndex> > > const&, Eigen::Matrix&, Eigen::SparseMatrix&); #else