add cwchar to format.h for std::fputws

This commit is contained in:
Issam E. Maghni 2020-12-22 23:41:08 -05:00
parent 5a37e182de
commit 09b6aed032

View File

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