Update mdc.h

pull/3066/head
Gabi Melman 1 year ago committed by GitHub
parent 1253a57db6
commit 8fed530bdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,8 +3,10 @@
#include <map> #include <map>
#include <string> #include <string>
#include <spdlog/common.h>
namespace spdlog { namespace spdlog {
class mdc { class SPDLOG_API mdc {
public: public:
using mdc_map_t = std::map<std::string, std::string>; using mdc_map_t = std::map<std::string, std::string>;
@ -31,4 +33,4 @@ namespace spdlog {
} }
}; };
} // namespace spdlog } // namespace spdlog

Loading…
Cancel
Save