Skip to content

Commit 34e2fc0

Browse files
thesamesamllvmbot
authored andcommitted
[LLDB] Add <cstdint> to AddressableBits (#102110)
(cherry picked from commit bb59f04)
1 parent d033ae1 commit 34e2fc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/Utility/AddressableBits.h

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include "lldb/lldb-forward.h"
1313
#include "lldb/lldb-public.h"
1414

15+
#include <cstdint>
16+
1517
namespace lldb_private {
1618

1719
/// \class AddressableBits AddressableBits.h "lldb/Core/AddressableBits.h"

0 commit comments

Comments
 (0)