Skip to content

Commit 1545897

Browse files
thesamesamtru
authored andcommitted
[LLDB] Add <cstdint> to AddressableBits (llvm#102110)
(cherry picked from commit bb59f04)
1 parent aa3bbf1 commit 1545897

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)