diff --git a/src/rime/common.h b/src/rime/common.h index fc34b8bb4f..01f068e87e 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 +#include #ifdef RIME_ENABLE_LOGGING #include @@ -48,9 +48,9 @@ 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; +using hash_set = boost::unordered_set; template using the = std::unique_ptr;