[libc-commits] [libc] [libc] add missing header to alloc-checker (PR #173400)

Kyungtak Woo via libc-commits libc-commits at lists.llvm.org
Tue Dec 23 10:21:42 PST 2025


================
@@ -15,6 +15,8 @@
 #include "src/__support/macros/config.h"
 #include "src/__support/macros/properties/os.h"
 
+#include <new>
----------------
kevinwkt wrote:

updated

https://github.com/llvm/llvm-project/pull/173400


More information about the libc-commits mailing list