commit | 7d384dd5ace9ae9a22a69e700d2cacb256bc6c69 | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Wed Nov 18 07:57:50 2009 +0000 |
committer | John McCall <rjmccall@apple.com> | Wed Nov 18 07:57:50 2009 +0000 |
tree | b4941a12e43917606179bb8db65b5c3906e3b5c8 | |
parent | 1c5c1a09a4a224c5c01f0a2a0d69224c8356f0be [diff] [blame] |
Split LookupResult into its own header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89199 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaAttr.cpp b/lib/Sema/SemaAttr.cpp index e2eb87f..5769716 100644 --- a/lib/Sema/SemaAttr.cpp +++ b/lib/Sema/SemaAttr.cpp
@@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "Sema.h" +#include "Lookup.h" #include "clang/AST/Expr.h" using namespace clang;