[llvm-commits] CVS: llvm/include/llvm/Bytecode/Analyzer.h
Bill Wendling
isanbard at gmail.com
Tue Nov 28 14:21:52 PST 2006
Changes in directory llvm/include/llvm/Bytecode:
Analyzer.h updated: 1.12 -> 1.13
---
Log message:
Added a temporary hack to get the llvm-streams to work for future checkins.
---
Diffs of the changes: (+1 -1)
Analyzer.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Bytecode/Analyzer.h
diff -u llvm/include/llvm/Bytecode/Analyzer.h:1.12 llvm/include/llvm/Bytecode/Analyzer.h:1.13
--- llvm/include/llvm/Bytecode/Analyzer.h:1.12 Mon Nov 13 22:47:22 2006
+++ llvm/include/llvm/Bytecode/Analyzer.h Tue Nov 28 16:21:29 2006
@@ -22,7 +22,7 @@
#include "llvm/Bytecode/Format.h"
#include <string>
#include <map>
-#include <iostream>
+#include <ostream>
namespace llvm {
More information about the llvm-commits
mailing list