diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-23 21:33:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-23 21:33:24 +0000 |
commit | e35f1cacc86ce5daea335986ed0da3f122edd7b7 (patch) | |
tree | 6be6bc737dbf707e41f5e62b6b2a956cce9a9370 /lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 42f77ab95a6eeeae076cbcf8a5ffa08f51df451f (diff) |
add #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r-- | lib/Bitcode/Writer/BitcodeWriter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp index b5fb60778a..dd161bacfb 100644 --- a/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -23,6 +23,7 @@ #include "llvm/TypeSymbolTable.h" #include "llvm/ValueSymbolTable.h" #include "llvm/Support/MathExtras.h" +#include "llvm/Support/Streams.h" #include "llvm/System/Program.h" using namespace llvm; |