From: Benjamin Kramer Date: Sun, 11 May 2014 10:41:20 +0000 (+0000) Subject: Put back raw_ostream.h include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36d74cd4d2785b20501e292e7703952c69f3ff97;p=clang Put back raw_ostream.h include. Some configurations of MSVC get horribly confused by the forward declaration and explode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208493 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 91b1b23e22..94950b162f 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -25,6 +25,7 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/Optional.h" #include "llvm/Support/Compiler.h" +#include "llvm/Support/raw_ostream.h" namespace clang { struct ASTTemplateArgumentListInfo;