forked from OSchip/llvm-project
Try to fix Benjamin's r149781 on MSVC.
MSVC has complained the definition of "inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, CanQualType T)" in clang/AST/CanonicalType.h. llvm-svn: 149797
This commit is contained in:
parent
c82fae6070
commit
9ef84dde49
|
@ -16,6 +16,7 @@
|
|||
#define LLVM_CLANG_AST_CANONICAL_TYPE_H
|
||||
|
||||
#include "clang/AST/Type.h"
|
||||
#include "clang/Basic/Diagnostic.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/type_traits.h"
|
||||
#include <iterator>
|
||||
|
|
Loading…
Reference in New Issue