Add back the headers we're getting via (likely) transitive includes.

We really do use these things in the header.

llvm-svn: 204180
This commit is contained in:
Eric Christopher 2014-03-18 20:58:35 +00:00
parent bbc979be52
commit acbe42badd
1 changed files with 4 additions and 0 deletions

View File

@ -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"