included unordered_map header

This commit is contained in:
Jens Wehner 2021-08-27 16:53:28 +00:00 committed by Rasmus Munk Larsen
parent a032397ae4
commit 53ad9c75b4
2 changed files with 1 additions and 5 deletions

View File

@ -16,6 +16,7 @@
#include <vector>
#include <map>
#include <unordered_map>
#include <cstdlib>
#include <cstring>
#include <algorithm>

View File

@ -27,8 +27,6 @@ static long g_dense_op_sparse_count = 0;
#define EIGEN_SPARSE_PRODUCT_IGNORE_TEMPORARY_COUNT
#include "sparse_product.cpp"
#ifdef min
#undef min
#endif
@ -37,9 +35,6 @@ static long g_dense_op_sparse_count = 0;
#undef max
#endif
#include <unordered_map>
#include <Eigen/SparseExtra>
template<typename SetterType,typename DenseType, typename Scalar, int Options>