From 09b6aed032c63e59adec5e76519cde5d737cdc7a Mon Sep 17 00:00:00 2001 From: "Issam E. Maghni" Date: Tue, 22 Dec 2020 23:41:08 -0500 Subject: [PATCH] add cwchar to format.h for std::fputws --- include/fmt/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fmt/format.h b/include/fmt/format.h index ceef2ef18d93..93f270d293c0 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -37,6 +37,7 @@ #include #include // std::byte #include +#include #include #include #include