Update mdc.h

This commit is contained in:
Gabi Melman
2024-03-29 22:13:01 +03:00
committed by GitHub
parent aefd4510c3
commit f0b96d2ad1

View File

@@ -1,9 +1,12 @@
#pragma once #pragma once
#include <map> #include <map>
#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>;
@@ -30,4 +33,4 @@ namespace spdlog {
} }
}; };
} // namespace spdlog } // namespace spdlog