From ddcd856147ca1d734ed8bdeb89db9ba8b7dea3ba Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 26 Mar 2018 23:43:29 +0000 Subject: [PATCH] Fix for header rename in LLVM llvm-svn: 328594 --- lld/COFF/PDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/COFF/PDB.cpp b/lld/COFF/PDB.cpp index 0fee03d9bc67..91131c6f0bca 100644 --- a/lld/COFF/PDB.cpp +++ b/lld/COFF/PDB.cpp @@ -16,7 +16,6 @@ #include "Writer.h" #include "lld/Common/ErrorHandler.h" #include "lld/Common/Timer.h" -#include "llvm/DebugInfo/CodeView/CVDebugRecord.h" #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h" #include "llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h" #include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h" @@ -46,6 +45,7 @@ #include "llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h" #include "llvm/DebugInfo/PDB/PDB.h" #include "llvm/Object/COFF.h" +#include "llvm/Object/CVDebugRecord.h" #include "llvm/Support/BinaryByteStream.h" #include "llvm/Support/Endian.h" #include "llvm/Support/FormatVariadic.h"