diff --git a/src/rime/common.h b/src/rime/common.h index fc34b8bb4f..6fc109239d 100644 --- a/src/rime/common.h +++ b/src/rime/common.h @@ -16,13 +16,13 @@ #include #include #include -#include #include #include #include #define BOOST_BIND_NO_PLACEHOLDERS #include #include +#include #ifdef RIME_ENABLE_LOGGING #include @@ -48,7 +48,7 @@ using std::string; using std::vector; template -using hash_map = std::unordered_map; +using hash_map = boost::unordered_map; template using hash_set = std::unordered_set;