Skip to content

Commit 8fed530

Browse files
authored
Update mdc.h
1 parent 1253a57 commit 8fed530

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/spdlog/mdc.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
#include <map>
44
#include <string>
55

6+
#include <spdlog/common.h>
7+
68
namespace spdlog {
7-
class mdc {
9+
class SPDLOG_API mdc {
810
public:
911
using mdc_map_t = std::map<std::string, std::string>;
1012

@@ -31,4 +33,4 @@ namespace spdlog {
3133
}
3234
};
3335

34-
} // namespace spdlog
36+
} // namespace spdlog

0 commit comments

Comments
 (0)