Put back raw_ostream.h include.

Some configurations of MSVC get horribly confused by the forward declaration
and explode.

llvm-svn: 208493
This commit is contained in:
Benjamin Kramer 2014-05-11 10:41:20 +00:00
parent 1fef64214c
commit 062bf473c1
1 changed files with 1 additions and 0 deletions

View File

@ -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;