add #include
authorChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 21:33:24 +0000 (21:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 21:33:24 +0000 (21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55257 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bitcode/Writer/BitcodeWriter.cpp

index b5fb60778a8b477b80c621e2030d36ab1db4135d..dd161bacfb32a5c63c0c97a9c4f726259e74612b 100644 (file)
@@ -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;