r208493 - Put back raw_ostream.h include.
Benjamin Kramer
benny.kra at googlemail.com
Sun May 11 03:41:20 PDT 2014
Author: d0k
Date: Sun May 11 05:41:20 2014
New Revision: 208493
URL: http://llvm.org/viewvc/llvm-project?rev=208493&view=rev
Log:
Put back raw_ostream.h include.
Some configurations of MSVC get horribly confused by the forward declaration
and explode.
Modified:
cfe/trunk/include/clang/AST/Decl.h
Modified: cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=208493&r1=208492&r2=208493&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Sun May 11 05:41:20 2014
@@ -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;
More information about the cfe-commits
mailing list