From a27e5feaab38b99a0e4473247dbd157f015ea4d1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 8 Apr 2009 03:33:43 +0000 Subject: [PATCH] improve compatibility with VC+, patch by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68586 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/DeclContextInternals.h | 1 + lib/AST/DeclBase.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/DeclContextInternals.h b/include/clang/AST/DeclContextInternals.h index 0aa50a1f98..74e83f17e6 100644 --- a/include/clang/AST/DeclContextInternals.h +++ b/include/clang/AST/DeclContextInternals.h @@ -19,6 +19,7 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/PointerUnion.h" #include "llvm/ADT/SmallVector.h" +#include namespace clang { diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index f098496f23..45c5494d4c 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -23,7 +23,6 @@ #include "llvm/Support/raw_ostream.h" #include #include -#include #include using namespace clang; -- 2.50.1