From: Eric Christopher Date: Tue, 18 Mar 2014 20:58:35 +0000 (+0000) Subject: Add back the headers we're getting via (likely) transitive includes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a673745a341387016692b2eb08ae218c510e7bcf;p=oota-llvm.git Add back the headers we're getting via (likely) transitive includes. We really do use these things in the header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204180 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"