diff options
author | Nikita Popov <npopov@redhat.com> | 2023-11-24 14:35:26 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2023-11-24 14:43:18 +0100 |
commit | 7eeedc124f9901a65573668bc504a45111a3f837 (patch) | |
tree | 830c758204dfe4a892a098cb2525e49d74a68d8e /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | a79a5611bd18baab02ea6ad31f7b6b767f4028a7 (diff) | |
download | llvm-7eeedc124f9901a65573668bc504a45111a3f837.zip llvm-7eeedc124f9901a65573668bc504a45111a3f837.tar.gz llvm-7eeedc124f9901a65573668bc504a45111a3f837.tar.bz2 |
[CodeGen] Make some includes explicit (NFC)
Explicitly include some headers or forward-declare types, in
preparation for removing an include that pulls in many transitive
headers.
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index 9603c1f..7cb90af 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp @@ -58,6 +58,7 @@ #include <algorithm> #include <cassert> #include <iterator> +#include <map> #include <memory> #include <optional> #include <utility> |