From 9a68bd8cc8d721cc1c3a988c62229679df7b88be Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 20 Oct 2019 17:48:13 +0300 Subject: [PATCH] Fixed missing include --- include/spdlog/details/os-inl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index 98914eb40..a111844c8 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -43,6 +43,8 @@ #include #endif +#include // for _mkdir/_wmkdir + #else // unix #include