diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-23 20:40:06 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-23 20:40:06 +0000 |
commit | ee335e35acf20d1ed5b781546d647c19b608890e (patch) | |
tree | 70b8a3c471fde4f039769872507cfc6a8e7a697d /tools/llvm-link/llvm-link.cpp | |
parent | 9c531cdf028ef84cbe0186a205abb6a1aa4a6aca (diff) |
Add #includes to make some dependencies explicit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51496 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-link/llvm-link.cpp')
-rw-r--r-- | tools/llvm-link/llvm-link.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index 6c595701c6..8c6541ff0f 100644 --- a/tools/llvm-link/llvm-link.cpp +++ b/tools/llvm-link/llvm-link.cpp @@ -19,6 +19,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MemoryBuffer.h" +#include "llvm/Support/Streams.h" #include "llvm/System/Signals.h" #include "llvm/System/Path.h" #include <fstream> |