From: Dan Gohman Date: Wed, 21 May 2008 20:19:16 +0000 (+0000) Subject: Explicitly #include Support/Streams.h when using llvm::cout and friends. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63e2dcc828f3ea1474dea830b54455fd5253a24f;p=clang Explicitly #include Support/Streams.h when using llvm::cout and friends. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51391 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/RewriteObjC.cpp b/Driver/RewriteObjC.cpp index 3f40e4a67a..3f4077373f 100644 --- a/Driver/RewriteObjC.cpp +++ b/Driver/RewriteObjC.cpp @@ -23,6 +23,7 @@ #include "llvm/ADT/SmallPtrSet.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/CommandLine.h" +#include "llvm/Support/Streams.h" #include "llvm/System/Path.h" #include #include