summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-05-11 22:41:07 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-05-11 22:41:07 +0000
commit119603345196bb94d9f3a4307204b5f5b983e528 (patch)
treeef8aa5fb30fa5a6f45f0bcf0c11150b0bedc8db9 /llvm/include
parent931c49ffdbbf28d9a27234c2a829f4b8acdb1964 (diff)
downloadbcm5719-llvm-119603345196bb94d9f3a4307204b5f5b983e528.tar.gz
bcm5719-llvm-119603345196bb94d9f3a4307204b5f5b983e528.zip
Add more missing #includes, found by modules build.
llvm-svn: 237062
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Analysis/DominanceFrontierImpl.h2
-rw-r--r--llvm/include/llvm/CodeGen/PBQP/Graph.h1
-rw-r--r--llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h1
-rw-r--r--llvm/include/llvm/IR/Statepoint.h1
4 files changed, 5 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/DominanceFrontierImpl.h b/llvm/include/llvm/Analysis/DominanceFrontierImpl.h
index 278d2981516..629ae380904 100644
--- a/llvm/include/llvm/Analysis/DominanceFrontierImpl.h
+++ b/llvm/include/llvm/Analysis/DominanceFrontierImpl.h
@@ -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 {
diff --git a/llvm/include/llvm/CodeGen/PBQP/Graph.h b/llvm/include/llvm/CodeGen/PBQP/Graph.h
index efb723cab39..f73383ed100 100644
--- a/llvm/include/llvm/CodeGen/PBQP/Graph.h
+++ b/llvm/include/llvm/CodeGen/PBQP/Graph.h
@@ -21,6 +21,7 @@
#include <list>
#include <map>
#include <set>
+#include <vector>
namespace llvm {
namespace PBQP {
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h
index f52004cac8e..3e27b529e97 100644
--- a/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h
+++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h
@@ -11,6 +11,7 @@
#define LLVM_LIB_DEBUGINFO_DWARFSECTION_H
#include "llvm/DebugInfo/DWARF/DWARFRelocMap.h"
+#include "llvm/ADT/StringRef.h"
namespace llvm {
diff --git a/llvm/include/llvm/IR/Statepoint.h b/llvm/include/llvm/IR/Statepoint.h
index a349edae7d7..d6b722c78b6 100644
--- a/llvm/include/llvm/IR/Statepoint.h
+++ b/llvm/include/llvm/IR/Statepoint.h
@@ -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"
OpenPOWER on IntegriCloud