nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1Rebase of upstream commit:
2https://github.com/llvm/llvm-project/commit/bb59f04e7e75dcbe39f1bf952304a157f0035314
3
4diff --git a/include/lldb/Utility/AddressableBits.h b/include/lldb/Utility/AddressableBits.h
5index 0d27c3561ec27..8c7a1ec5f52c0 100644
6--- a/include/lldb/Utility/AddressableBits.h
7+++ b/include/lldb/Utility/AddressableBits.h
8@@ -12,6 +12,8 @@
9 #include "lldb/lldb-forward.h"
10
11+#include <cstdint>
12+
13 namespace lldb_private {
14
15 /// \class AddressableBits AddressableBits.h "lldb/Core/AddressableBits.h"
16