Missing include in eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h

When compiling with clang it complains that std::unordered_map is missing. This can be fixed by adding #include <unordered_map> in line 13. Note that std::unordered_map is used in line 44.