Add more missing #includes, found by modules build.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 11 May 2015 22:41:07 +0000 (22:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 11 May 2015 22:41:07 +0000 (22:41 +0000)
llvm-svn: 237062

llvm/include/llvm/Analysis/DominanceFrontierImpl.h
llvm/include/llvm/CodeGen/PBQP/Graph.h
llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h
llvm/include/llvm/IR/Statepoint.h

index 278d298..629ae38 100644 (file)
@@ -19,7 +19,9 @@
 #define LLVM_ANALYSIS_DOMINANCEFRONTIERIMPL_H
 
 #include "llvm/ADT/SmallPtrSet.h"
+#include "llvm/Analysis/DominanceFrontier.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/GenericDomTree.h"
 
 namespace llvm {
 
index efb723c..f73383e 100644 (file)
@@ -21,6 +21,7 @@
 #include <list>
 #include <map>
 #include <set>
+#include <vector>
 
 namespace llvm {
 namespace PBQP {
index f52004c..3e27b52 100644 (file)
@@ -11,6 +11,7 @@
 #define LLVM_LIB_DEBUGINFO_DWARFSECTION_H
 
 #include "llvm/DebugInfo/DWARF/DWARFRelocMap.h"
+#include "llvm/ADT/StringRef.h"
 
 namespace llvm {
 
index a349eda..d6b722c 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/ADT/iterator_range.h"
 #include "llvm/IR/BasicBlock.h"
 #include "llvm/IR/CallSite.h"
+#include "llvm/IR/Constants.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/Support/Compiler.h"