From f0b96d2ad105bbcde2130851e7bb0c033d66ec2f Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 29 Mar 2024 22:13:01 +0300 Subject: [PATCH] Update mdc.h --- include/spdlog/mdc.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/spdlog/mdc.h b/include/spdlog/mdc.h index 3693ecdf..9b1a80ee 100644 --- a/include/spdlog/mdc.h +++ b/include/spdlog/mdc.h @@ -1,9 +1,12 @@ #pragma once #include +#include + +#include namespace spdlog { - class mdc { + class SPDLOG_API mdc { public: using mdc_map_t = std::map; @@ -30,4 +33,4 @@ namespace spdlog { } }; -} // namespace spdlog \ No newline at end of file +} // namespace spdlog