[llvm-branch-commits] [llvm] release/19.x: [ADT] Add `<cstdint>` to SmallVector (#101761) (PR #101771)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 2 16:12:34 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-adt
Author: None (llvmbot)
<details>
<summary>Changes</summary>
Backport 7e44305041d96b064c197216b931ae3917a34ac1
Requested by: @<!-- -->thesamesam
---
Full diff: https://github.com/llvm/llvm-project/pull/101771.diff
1 Files Affected:
- (modified) llvm/include/llvm/ADT/SmallVector.h (+1)
``````````diff
diff --git a/llvm/include/llvm/ADT/SmallVector.h b/llvm/include/llvm/ADT/SmallVector.h
index 09676d792dfeb..17444147b102a 100644
--- a/llvm/include/llvm/ADT/SmallVector.h
+++ b/llvm/include/llvm/ADT/SmallVector.h
@@ -19,6 +19,7 @@
#include <algorithm>
#include <cassert>
#include <cstddef>
+#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <functional>
``````````
</details>
https://github.com/llvm/llvm-project/pull/101771
More information about the llvm-branch-commits
mailing list