From 19c1bfd1b07507cfea3c0f0f64dfaacf5e479afb Mon Sep 17 00:00:00 2001 From: John McCall Date: Wed, 25 Aug 2010 05:32:35 +0000 Subject: Move more stuff out of Sema.h. llvm-svn: 112026 --- clang/lib/Sema/SemaTemplate.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/lib/Sema/SemaTemplate.cpp') diff --git a/clang/lib/Sema/SemaTemplate.cpp b/clang/lib/Sema/SemaTemplate.cpp index f54b8b02e1d..8826b7f370f 100644 --- a/clang/lib/Sema/SemaTemplate.cpp +++ b/clang/lib/Sema/SemaTemplate.cpp @@ -13,6 +13,7 @@ #include "clang/Sema/Lookup.h" #include "clang/Sema/Scope.h" #include "clang/Sema/Template.h" +#include "clang/Sema/TemplateDeduction.h" #include "TreeTransform.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Expr.h" @@ -25,6 +26,7 @@ #include "clang/Basic/PartialDiagnostic.h" #include "llvm/ADT/StringExtras.h" using namespace clang; +using namespace sema; /// \brief Determine whether the declaration found is acceptable as the name /// of a template and, if so, return that template declaration. Otherwise, -- cgit v1.2.3