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