File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55#include < limits>
66#include < climits>
77#include < cstdint>
8+ #include < cctype>
89#include < string>
910#include < string_view>
1011#include < map>
Original file line number Diff line number Diff line change 11#pragma once
22
33#include < cassert>
4+ #include < cstdio>
45#include < filesystem>
56#include < fstream>
67#include < sstream>
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ namespace winrt::impl
4545 {
4646 wchar_t const * back = message + size - 1 ;
4747
48- while (size&& std::iswspace (*back))
48+ while (size && std::iswspace (*back))
4949 {
5050 --size;
5151 --back;
Original file line number Diff line number Diff line change 11#include < cstddef>
22#include < atomic>
3+ #include < cstdint>
4+ #include < cstring>
35
46#define WINRT_IMPL_STRING_1 (expression ) #expression
57#define WINRT_IMPL_STRING (expression ) WINRT_IMPL_STRING_1(expression)
Original file line number Diff line number Diff line change 66#include < charconv>
77#include < chrono>
88#include < cstddef>
9+ #include < cstdint>
10+ #include < cstdlib>
911#include < cstring>
1012#include < cwchar>
1113#include < cwctype>
You can’t perform that action at this time.
0 commit comments