[libc-commits] [libc] [bazel] add missing header to alloc-checker for bazel clib build (PR #173400)
via libc-commits
libc-commits at lists.llvm.org
Tue Dec 23 09:28:41 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Kyungtak Woo (kevinwkt)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/173400.diff
1 Files Affected:
- (modified) libc/src/__support/alloc-checker.h (+1)
``````````diff
diff --git a/libc/src/__support/alloc-checker.h b/libc/src/__support/alloc-checker.h
index ecef094453cc8..a59f9ee34a0ab 100644
--- a/libc/src/__support/alloc-checker.h
+++ b/libc/src/__support/alloc-checker.h
@@ -14,6 +14,7 @@
#include "src/__support/common.h"
#include "src/__support/macros/config.h"
#include "src/__support/macros/properties/os.h"
+#include "src/__support/CPP/new.h"
namespace LIBC_NAMESPACE_DECL {
``````````
</details>
https://github.com/llvm/llvm-project/pull/173400
More information about the libc-commits
mailing list