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 1253a57 commit 8fed530
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/spdlog/mdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

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

} // namespace spdlog
} // namespace spdlog

0 comments on commit 8fed530

Please sign in to comment.