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:
NAKAMURA Takumi 2012-02-05 02:00:07 +00:00
parent c82fae6070
commit 9ef84dde49
1 changed files with 1 additions and 0 deletions

View File

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