[libc-commits] [libc] [libc] Add wchar support to File (PR #189504)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Fri May 1 15:02:05 PDT 2026
================
@@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include "hdr/types/size_t.h"
+#include "hdr/wchar_macros.h"
#include "src/__support/CPP/new.h"
#include "src/__support/File/file.h"
#include "src/__support/alloc-checker.h"
----------------
michaelrj-google wrote:
ah, thanks for catching that error. `alloc-checker` doesn't have a cmake target right now but it should. I'll file an issue.
https://github.com/llvm/llvm-project/pull/189504
More information about the libc-commits
mailing list