From 4517ce8b5c39cd0e59db23545a0c9796e1abcc86 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 29 Mar 2024 15:28:28 +0300 Subject: [PATCH] Update mdc.h --- include/spdlog/mdc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/spdlog/mdc.h b/include/spdlog/mdc.h index 8add9d312..20ae64f43 100644 --- a/include/spdlog/mdc.h +++ b/include/spdlog/mdc.h @@ -3,12 +3,11 @@ #pragma once -#include #include namespace spdlog { -class SPDLOG_API mdc { +class mdc { public: static void put(const std::string &key, const std::string &value) { get_context()[key] = value;