commit | e35f1cacc86ce5daea335986ed0da3f122edd7b7 | [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 | 6be6bc737dbf707e41f5e62b6b2a956cce9a9370 | |
parent | 42f77ab95a6eeeae076cbcf8a5ffa08f51df451f [diff] [blame] |
add #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55257 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp index b5fb607..dd161ba 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;