From aa89e380d975f2ee9616adbad893c9b24de8c813 Mon Sep 17 00:00:00 2001 From: Issam Maghni Date: Wed, 23 Dec 2020 10:02:25 -0500 Subject: [PATCH] add cwchar to format.h for std::fputws (#2073) --- include/fmt/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fmt/format.h b/include/fmt/format.h index ceef2ef1..93f270d2 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -37,6 +37,7 @@ #include #include // std::byte #include +#include #include #include #include