Skip to content

Commit

Permalink
Update mdc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Mar 29, 2024
1 parent 1f93017 commit 4517ce8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/spdlog/mdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@

#pragma once

#include <spdlog/common.h>
#include <map>

namespace spdlog {

class SPDLOG_API mdc {
class mdc {
public:
static void put(const std::string &key, const std::string &value) {
get_context()[key] = value;
Expand Down

0 comments on commit 4517ce8

Please sign in to comment.