Skip to content

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Aug 6, 2024

Backport bb59f04

Requested by: @thesamesam

@llvmbot llvmbot requested a review from JDevlieghere as a code owner August 6, 2024 09:04
@llvmbot llvmbot added this to the LLVM 19.X Release milestone Aug 6, 2024
@llvmbot
Copy link
Member Author

llvmbot commented Aug 6, 2024

@labath What do you think about merging this PR to the release branch?

@llvmbot
Copy link
Member Author

llvmbot commented Aug 6, 2024

@llvm/pr-subscribers-lldb

Author: None (llvmbot)

Changes

Backport bb59f04

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 --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"

@tru tru merged commit 1545897 into llvm:release/19.x Aug 10, 2024
Copy link

@thesamesam (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

5 participants