summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-03-18 20:58:35 +0000
committerEric Christopher <echristo@gmail.com>2014-03-18 20:58:35 +0000
commita673745a341387016692b2eb08ae218c510e7bcf (patch)
treeb4cab53a64c8471549bb02981b3a2cff91c8d18a /lib
parent4af106a677eca0c2ee979d01d2874998f5273492 (diff)
downloadllvm-a673745a341387016692b2eb08ae218c510e7bcf.tar.gz
llvm-a673745a341387016692b2eb08ae218c510e7bcf.tar.bz2
llvm-a673745a341387016692b2eb08ae218c510e7bcf.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 300de53ab3..e3ec8c7fcc 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"