aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Analyzer.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-11-28 22:21:29 +0000
committerBill Wendling <isanbard@gmail.com>2006-11-28 22:21:29 +0000
commitb5ebf15b2b2ce8989caf1a1114b05d80b0f9bd48 (patch)
treed3bcb286a90fa4c2b441167133b09cf44c1a7f04 /include/llvm/Bytecode/Analyzer.h
parentd4d9ab80b7b23c2f73192319e5582fb6802f5f18 (diff)
Added a temporary hack to get the llvm-streams to work for future checkins.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bytecode/Analyzer.h')
-rw-r--r--include/llvm/Bytecode/Analyzer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Analyzer.h b/include/llvm/Bytecode/Analyzer.h
index 491629d7ed..912cbfd1fe 100644
--- a/include/llvm/Bytecode/Analyzer.h
+++ b/include/llvm/Bytecode/Analyzer.h
@@ -22,7 +22,7 @@
#include "llvm/Bytecode/Format.h"
#include <string>
#include <map>
-#include <iostream>
+#include <ostream>
namespace llvm {