diff --git a/include/spdlog/attributes.h b/include/spdlog/attributes.h index 63ac12c7..f3ce23a8 100644 --- a/include/spdlog/attributes.h +++ b/include/spdlog/attributes.h @@ -2,14 +2,15 @@ #include +#include #include -#include + namespace spdlog { class SPDLOG_API log_attributes { public: - using attr_map_t = std::unordered_map; + using attr_map_t = std::map; using key_t = attr_map_t::key_type; using value_t = attr_map_t::mapped_type; using const_iter = attr_map_t::const_iterator;