Old GCC's don't have an <ostream>
[oota-llvm.git] / include / 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) {