From: Daniel Dunbar Date: Tue, 21 Oct 2008 23:54:00 +0000 (+0000) Subject: Commito, didn't mean to remove this header. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d46075f8c34bb6f4571036786fdfaf3564fd2653;p=clang Commito, didn't mean to remove this header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57938 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/ASTConsumers.cpp b/Driver/ASTConsumers.cpp index dbed6a2c30..888250e599 100644 --- a/Driver/ASTConsumers.cpp +++ b/Driver/ASTConsumers.cpp @@ -21,6 +21,7 @@ #include "clang/AST/ASTConsumer.h" #include "clang/CodeGen/ModuleBuilder.h" #include "llvm/Module.h" +#include "llvm/Support/Streams.h" #include "llvm/Support/Timer.h" #include "llvm/Support/raw_ostream.h"