[llvm-commits] CVS: llvm/include/Support/GraphWriter.h

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 27 13:13:01 PST 2002


Changes in directory llvm/include/Support:

GraphWriter.h updated: 1.10 -> 1.11

---
Log message:

Old GCC's don't have an <ostream>


---
Diffs of the changes:

Index: llvm/include/Support/GraphWriter.h
diff -u llvm/include/Support/GraphWriter.h:1.10 llvm/include/Support/GraphWriter.h:1.11
--- llvm/include/Support/GraphWriter.h:1.10	Fri Oct 18 09:55:44 2002
+++ llvm/include/Support/GraphWriter.h	Sun Oct 27 13:12:37 2002
@@ -18,7 +18,7 @@
 
 #include "Support/DOTGraphTraits.h"
 #include "Support/GraphTraits.h"
-#include <ostream>
+#include <iostream>
 
 namespace DOT {  // Private functions...
   inline std::string EscapeString(const std::string &Label) {





More information about the llvm-commits mailing list