From fd9bb8e5aacbd68b3309f441d1073660a5887f60 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 18 Mar 2014 20:58:35 +0000 Subject: [PATCH] Add back the headers we're getting via (likely) transitive includes. We really do use these things in the header. llvm-svn: 204180 --- lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 300de53ab38..e3ec8c7fcc1 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -17,9 +17,13 @@ #include "AsmPrinterHandler.h" #include "DIE.h" #include "llvm/ADT/DenseMap.h" +#include "llvm/ADT/MapVector.h" +#include "llvm/ADT/SmallPtrSet.h" +#include "llvm/ADT/StringMap.h" #include "llvm/ADT/FoldingSet.h" #include "llvm/CodeGen/LexicalScopes.h" #include "llvm/IR/DebugInfo.h" +#include "llvm/IR/DebugLoc.h" #include "llvm/MC/MachineLocation.h" #include "llvm/MC/MCDwarf.h" #include "llvm/Support/Allocator.h"