forked from OSchip/llvm-project
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:
parent
1fef64214c
commit
062bf473c1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue