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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237062 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 278d29815166eb33f31890e7095975983cc41a8f..629ae3809045720ed4908715a9fcf232eb1c8e3c 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 efb723cab39eb2a75d66cb2f708a0ec8de66a2a8..f73383ed10007f1dcec388f0636b904d6d8b124e 100644 (file)
@@ -21,6 +21,7 @@
 #include <list>
 #include <map>
 #include <set>
+#include <vector>
 
 namespace llvm {
 namespace PBQP {
index f52004cac8e70cd170676e7542f64507a4a43937..3e27b529e97bfb048fabde52f4d6c9275f5143cc 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 a349edae7d754e957c42baac177da8aa1e945b4c..d6b722c78b6cc818f4d63652967c9fe4c071270e 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"