diff --git a/src/common/unordered.h b/src/common/unordered.h index ec665cc0..c9cbd585 100644 --- a/src/common/unordered.h +++ b/src/common/unordered.h @@ -42,9 +42,9 @@ #include "util/hash/hash.h" template > -struct unordered_map : public hash_map {}; +struct unordered_map : public __gnu_cxx::hash_map {}; template > -struct unordered_set : public hash_set {}; +struct unordered_set : public __gnu_cxx::hash_set {}; #elif defined(_LIBCPP_VERSION) // c++11 #include