]> granicus.if.org Git - clang/commitdiff
Explicitly #include Support/Streams.h when using llvm::cout and friends.
authorDan Gohman <gohman@apple.com>
Wed, 21 May 2008 20:19:16 +0000 (20:19 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 21 May 2008 20:19:16 +0000 (20:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51391 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/RewriteObjC.cpp

index 3f40e4a67acaf083e4752d5a3a7e3096faad1eb1..3f4077373fa3a6f299befc46f77d1cbd9296150e 100644 (file)
@@ -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 <sstream>
 #include <fstream>