summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Support/GraphWriter.h2
-rw-r--r--include/llvm/Support/GraphWriter.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/GraphWriter.h b/include/Support/GraphWriter.h
index d7c928bf06..02269994e6 100644
--- a/include/Support/GraphWriter.h
+++ b/include/Support/GraphWriter.h
@@ -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) {
diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h
index d7c928bf06..02269994e6 100644
--- a/include/llvm/Support/GraphWriter.h
+++ b/include/llvm/Support/GraphWriter.h
@@ -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) {