Skip to content

Commit

Permalink
Update mdc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Mar 29, 2024
1 parent aefd451 commit f0b96d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions include/spdlog/mdc.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#pragma once

#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>;

Expand All @@ -30,4 +33,4 @@ namespace spdlog {
}
};

} // namespace spdlog
} // namespace spdlog

0 comments on commit f0b96d2

Please sign in to comment.