From f8ba24afee433d0778e7d86d6ab986ac9a111faf Mon Sep 17 00:00:00 2001 From: Jonas Wittbrodt Date: Thu, 19 Nov 2020 14:09:33 +0100 Subject: [PATCH] add missing include --- include/spdlog/cfg/helpers-inl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/spdlog/cfg/helpers-inl.h b/include/spdlog/cfg/helpers-inl.h index 52a1a137..9e4daede 100644 --- a/include/spdlog/cfg/helpers-inl.h +++ b/include/spdlog/cfg/helpers-inl.h @@ -11,6 +11,7 @@ #include #include +#include #include #include #include