================
@@ -6,6 +6,18 @@ add_header_library(
libc.hdr.types.char32_t
)
+add_header_library(
+ string_converter
+ HDRS
+ string_converter.h
+ DEPENDS
+ libc.hdr.types.char8_t
----------------
sribee8 wrote:
missing size_t include
https://github.com/llvm/llvm-project/pull/146388