summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-02-05 02:00:07 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-02-05 02:00:07 +0000
commit9ef84dde4997d66069db99c3b5756be9ffdf4e0e (patch)
tree1816647890b57e92599f9f11b4a409afc985fd9a /clang
parentc82fae60707a93dc73b6788528d451b1212876e3 (diff)
downloadbcm5719-llvm-9ef84dde4997d66069db99c3b5756be9ffdf4e0e.tar.gz
bcm5719-llvm-9ef84dde4997d66069db99c3b5756be9ffdf4e0e.zip
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
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/AST/CanonicalType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/AST/CanonicalType.h b/clang/include/clang/AST/CanonicalType.h
index 38e6b41977f..99552b36171 100644
--- a/clang/include/clang/AST/CanonicalType.h
+++ b/clang/include/clang/AST/CanonicalType.h
@@ -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>
OpenPOWER on IntegriCloud