[llvm-branch-commits] [lldb] release/19.x: [LLDB] Add `<cstdint>` to AddressableBits (#102110) (PR #102112)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 6 02:04:43 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: None (llvmbot)

<details>
<summary>Changes</summary>

Backport bb59f04e7e75dcbe39f1bf952304a157f0035314

Requested by: @<!-- -->thesamesam

---
Full diff: https://github.com/llvm/llvm-project/pull/102112.diff


1 Files Affected:

- (modified) lldb/include/lldb/Utility/AddressableBits.h (+2) 


``````````diff
diff --git a/lldb/include/lldb/Utility/AddressableBits.h b/lldb/include/lldb/Utility/AddressableBits.h
index 0d27c3561ec27..8c7a1ec5f52c0 100644
--- a/lldb/include/lldb/Utility/AddressableBits.h
+++ b/lldb/include/lldb/Utility/AddressableBits.h
@@ -12,6 +12,8 @@
 #include "lldb/lldb-forward.h"
 #include "lldb/lldb-public.h"
 
+#include <cstdint>
+
 namespace lldb_private {
 
 /// \class AddressableBits AddressableBits.h "lldb/Core/AddressableBits.h"

``````````

</details>


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


More information about the llvm-branch-commits mailing list