Skip to content

Commit

Permalink
[LLDB] Add <cstdint> to AddressableBits (llvm#102110)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam authored Aug 6, 2024
1 parent 1b85935 commit bb59f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/include/lldb/Utility/AddressableBits.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb59f04

Please sign in to comment.