add cwchar to format.h for std::fputws (#2073)

This commit is contained in:
Issam Maghni
2020-12-23 10:02:25 -05:00
committed by GitHub
parent 5a37e182de
commit aa89e380d9

View File

@ -37,6 +37,7 @@
#include <cmath>
#include <cstddef> // std::byte
#include <cstdint>
#include <cwchar>
#include <limits>
#include <memory>
#include <stdexcept>