[cfe-commits] r51391 - /cfe/trunk/Driver/RewriteObjC.cpp

Dan Gohman gohman at apple.com
Wed May 21 13:19:17 PDT 2008


Author: djg
Date: Wed May 21 15:19:16 2008
New Revision: 51391

URL: http://llvm.org/viewvc/llvm-project?rev=51391&view=rev
Log:
Explicitly #include Support/Streams.h when using llvm::cout and friends.

Modified:
    cfe/trunk/Driver/RewriteObjC.cpp

Modified: cfe/trunk/Driver/RewriteObjC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/RewriteObjC.cpp?rev=51391&r1=51390&r2=51391&view=diff

==============================================================================
--- cfe/trunk/Driver/RewriteObjC.cpp (original)
+++ cfe/trunk/Driver/RewriteObjC.cpp Wed May 21 15:19:16 2008
@@ -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>





More information about the cfe-commits mailing list