[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:11 PDT 2024


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

Backport bb59f04e7e75dcbe39f1bf952304a157f0035314

Requested by: @thesamesam

>From 34e2fc058a83c397f04f507ede4509f4e433df25 Mon Sep 17 00:00:00 2001
From: Sam James <sam at gentoo.org>
Date: Tue, 6 Aug 2024 09:58:36 +0100
Subject: [PATCH] [LLDB] Add `<cstdint>` to AddressableBits (#102110)

(cherry picked from commit bb59f04e7e75dcbe39f1bf952304a157f0035314)
---
 lldb/include/lldb/Utility/AddressableBits.h | 2 ++
 1 file changed, 2 insertions(+)

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"



More information about the llvm-branch-commits mailing list