From: Gabor Greif Date: Tue, 18 Sep 2007 11:01:25 +0000 (+0000) Subject: alloca.h is needed on Solaris X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ffc9ed4aa2c6d1ead5a6760ee2fbc2cb434fabf;p=clang alloca.h is needed on Solaris git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index b9ac2b7ab0..3985d510fd 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp @@ -23,6 +23,7 @@ #include "clang/Basic/LangOptions.h" #include "clang/Basic/TargetInfo.h" #include "llvm/ADT/SmallSet.h" +#include using namespace clang; Sema::DeclTy *Sema::isTypeName(const IdentifierInfo &II, Scope *S) const {