Old GCC's don't have an <ostream>
authorChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 19:12:37 +0000 (19:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 19:12:37 +0000 (19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4293 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/GraphWriter.h
include/llvm/Support/GraphWriter.h

index d7c928bf067103dfff4ef4181e17c682da5dcded..02269994e61b84e401fae3ea9f54f1d6e21f8a47 100644 (file)
@@ -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) {
index d7c928bf067103dfff4ef4181e17c682da5dcded..02269994e61b84e401fae3ea9f54f1d6e21f8a47 100644 (file)
@@ -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) {