Update mdc.h

This commit is contained in:
Gabi Melman
2024-03-29 22:11:09 +03:00
committed by GitHub
parent 1253a57db6
commit 8fed530bdf

View File

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