diff options
Diffstat (limited to 'include/Support/GraphWriter.h')
-rw-r--r-- | include/Support/GraphWriter.h | 2 |
1 files changed, 1 insertions, 1 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) { |