[llvm-branch-commits] [lldb] 1545897 - [LLDB] Add `<cstdint>` to AddressableBits (#102110)
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Aug 10 03:01:19 PDT 2024
Author: Sam James
Date: 2024-08-10T12:01:08+02:00
New Revision: 1545897f089d3e16edc5142f1c6e3238ba64b26b
URL: https://github.com/llvm/llvm-project/commit/1545897f089d3e16edc5142f1c6e3238ba64b26b
DIFF: https://github.com/llvm/llvm-project/commit/1545897f089d3e16edc5142f1c6e3238ba64b26b.diff
LOG: [LLDB] Add `<cstdint>` to AddressableBits (#102110)
(cherry picked from commit bb59f04e7e75dcbe39f1bf952304a157f0035314)
Added:
Modified:
lldb/include/lldb/Utility/AddressableBits.h
Removed:
################################################################################
diff --git a/lldb/include/lldb/Utility/AddressableBits.h b/lldb/include/lldb/Utility/AddressableBits.h
index 0d27c3561ec272..8c7a1ec5f52c0a 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