Add back the headers we're getting via (likely) transitive includes.
authorEric Christopher <echristo@gmail.com>
Tue, 18 Mar 2014 20:58:35 +0000 (20:58 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 18 Mar 2014 20:58:35 +0000 (20:58 +0000)
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

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 300de53ab38ba8d89d9a5c6dde921bd7c15d2fe5..e3ec8c7fcc1426a205f4cc3cd0d3c62e96bc91f4 100644 (file)
 #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"