diff options
author | serge-sans-paille <sguelton@redhat.com> | 2022-03-09 22:29:31 +0100 |
---|---|---|
committer | serge-sans-paille <sguelton@redhat.com> | 2022-03-12 17:26:40 +0100 |
commit | ed98c1b37661b0795a5e34517941485f0f0688d1 (patch) | |
tree | 5b46fd59cbde618330d926cf5feb3ad7eb752c7d /llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp | |
parent | 913107fa1fb1ea680f1f079a1cdfc5f05a7bfb0b (diff) | |
download | llvm-ed98c1b37661b0795a5e34517941485f0f0688d1.zip llvm-ed98c1b37661b0795a5e34517941485f0f0688d1.tar.gz llvm-ed98c1b37661b0795a5e34517941485f0f0688d1.tar.bz2 |
Cleanup includes: DebugInfo & CodeGen
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup
Differential Revision: https://reviews.llvm.org/D121332
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp b/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp index 48ec7e4..665511c 100644 --- a/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp +++ b/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp @@ -10,6 +10,7 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/DebugInfo/CodeView/CodeView.h" #include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h" +#include "llvm/DebugInfo/CodeView/RecordSerialization.h" #include "llvm/Support/BinaryStreamReader.h" #include "llvm/Support/BinaryStreamWriter.h" #include "llvm/Support/Endian.h" |