summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitacbe42baddd720bf9467c40dcd6ec1412b8fb2fe (patch)
tree13f0ff780f7ccf2a48cf75f9424f85f2d5f3c300 /llvm/lib
parentbbc979be527bee7f87aa81562d41fc0a28596208 (diff)
downloadbcm5719-llvm-acbe42baddd720bf9467c40dcd6ec1412b8fb2fe.tar.gz
bcm5719-llvm-acbe42baddd720bf9467c40dcd6ec1412b8fb2fe.zip
Add back the headers we're getting via (likely) transitive includes.
We really do use these things in the header. llvm-svn: 204180
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 300de53ab38..e3ec8c7fcc1 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/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"
OpenPOWER on IntegriCloud