[llvm-commits] CVS: llvm/include/llvm/Bytecode/Analyzer.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Jan 15 17:22:33 PST 2005
Changes in directory llvm/include/llvm/Bytecode:
Analyzer.h updated: 1.9 -> 1.10
---
Log message:
Improve compatibility with aCC on HPUX. Patch by Duraid Madina
---
Diffs of the changes: (+1 -0)
Index: llvm/include/llvm/Bytecode/Analyzer.h
diff -u llvm/include/llvm/Bytecode/Analyzer.h:1.9 llvm/include/llvm/Bytecode/Analyzer.h:1.10
--- llvm/include/llvm/Bytecode/Analyzer.h:1.9 Sat Aug 21 15:40:08 2004
+++ llvm/include/llvm/Bytecode/Analyzer.h Sat Jan 15 19:22:18 2005
@@ -22,6 +22,7 @@
#include "llvm/Bytecode/Format.h"
#include <string>
#include <map>
+#include <iostream>
namespace llvm {
More information about the llvm-commits
mailing list