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 <vector>
#include <map> #include <map>
#include <unordered_map>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <algorithm> #include <algorithm>

View File

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