aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-03-09 22:29:31 +0100
committerserge-sans-paille <sguelton@redhat.com>2022-03-12 17:26:40 +0100
commited98c1b37661b0795a5e34517941485f0f0688d1 (patch)
tree5b46fd59cbde618330d926cf5feb3ad7eb752c7d /llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
parent913107fa1fb1ea680f1f079a1cdfc5f05a7bfb0b (diff)
downloadllvm-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.cpp1
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"