Skip to content

Commit bb59f04

Browse files
authored
[LLDB] Add <cstdint> to AddressableBits (#102110)
1 parent 1b85935 commit bb59f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/Utility/AddressableBits.h

Lines changed: 2 additions & 0 deletions
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)