From: Chris Lattner Date: Wed, 8 Apr 2009 03:33:43 +0000 (+0000) Subject: improve compatibility with VC+, patch by John Thompson! X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a27e5feaab38b99a0e4473247dbd157f015ea4d1;p=clang 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 --- 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;