mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
add cwchar to format.h for std::fputws (#2073)
This commit is contained in:
@ -37,6 +37,7 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cstddef> // std::byte
|
#include <cstddef> // std::byte
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <cwchar>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
Reference in New Issue
Block a user