From: John McCall Date: Wed, 20 Jan 2010 01:36:13 +0000 (+0000) Subject: Make UnresolvedSet.h standalone. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b377c98af6d5d5ad0cf3d391129518bfa50cbca9;p=clang Make UnresolvedSet.h standalone. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93964 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/UnresolvedSet.h b/include/clang/AST/UnresolvedSet.h index e33eecdd01..75774b099d 100644 --- a/include/clang/AST/UnresolvedSet.h +++ b/include/clang/AST/UnresolvedSet.h @@ -17,6 +17,8 @@ #include #include +#include +#include namespace clang {