From 8fed530bdffbe69304a330be2096c65793b722c2 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 29 Mar 2024 22:11:09 +0300 Subject: [PATCH] Update mdc.h --- include/spdlog/mdc.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/spdlog/mdc.h b/include/spdlog/mdc.h index ae4dfbb93..9b1a80ee9 100644 --- a/include/spdlog/mdc.h +++ b/include/spdlog/mdc.h @@ -3,8 +3,10 @@ #include #include +#include + namespace spdlog { - class mdc { + class SPDLOG_API mdc { public: using mdc_map_t = std::map; @@ -31,4 +33,4 @@ namespace spdlog { } }; -} // namespace spdlog \ No newline at end of file +} // namespace spdlog