From: Chris Lattner Date: Sun, 27 Oct 2002 19:12:37 +0000 (+0000) Subject: Old GCC's don't have an X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ab77194e2a895bd2862f3a23bcd9d31efb553a54;p=oota-llvm.git Old GCC's don't have an git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4293 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/GraphWriter.h b/include/Support/GraphWriter.h index d7c928bf067..02269994e61 100644 --- a/include/Support/GraphWriter.h +++ b/include/Support/GraphWriter.h @@ -18,7 +18,7 @@ #include "Support/DOTGraphTraits.h" #include "Support/GraphTraits.h" -#include +#include 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 d7c928bf067..02269994e61 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 +#include namespace DOT { // Private functions... inline std::string EscapeString(const std::string &Label) {