mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Old GCC's don't have an <ostream>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4293 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc476b87d9
commit
ab77194e2a
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user