summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-23 20:40:06 +0000
committerDan Gohman <gohman@apple.com>2008-05-23 20:40:06 +0000
commit643b3a0581206fa7084d1c0530a4adcd909e495b (patch)
tree5cffa4ff6ba2bdc5d0b1cd7f7cee1587cc6fc977 /llvm/lib/ExecutionEngine
parentfd16687b9a30daaf2379e9d9bfa438386ec452c1 (diff)
downloadbcm5719-llvm-643b3a0581206fa7084d1c0530a4adcd909e495b.tar.gz
bcm5719-llvm-643b3a0581206fa7084d1c0530a4adcd909e495b.zip
Add #includes to make some dependencies explicit.
llvm-svn: 51496
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/Intercept.cpp1
-rw-r--r--llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp b/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
index 0e4c75dd4f1..d80fde53866 100644
--- a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
@@ -16,6 +16,7 @@
//===----------------------------------------------------------------------===//
#include "JIT.h"
+#include "llvm/Support/Streams.h"
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Config/config.h"
using namespace llvm;
diff --git a/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp b/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
index 0fb0b41999e..1c204df9f28 100644
--- a/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
@@ -15,6 +15,7 @@
#include "JIT.h"
#include "llvm/Module.h"
#include "llvm/ModuleProvider.h"
+#include "llvm/Support/Streams.h"
#include "llvm/Target/SubtargetFeature.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetMachineRegistry.h"
OpenPOWER on IntegriCloud