commit | 339c3cae0c396a5df1a087a58f31dd37aa0e0897 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Aug 23 21:33:24 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Aug 23 21:33:24 2008 +0000 |
tree | c0342f0f0cb70a1038ab066242b3100809de866e | |
parent | 4f177f803a625729f2a74238724f91a9f4304b63 [diff] [blame] |
add #include llvm-svn: 55257
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index b5fb607..dd161ba 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/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;