From 7ffc9ed4aa2c6d1ead5a6760ee2fbc2cb434fabf Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 18 Sep 2007 11:01:25 +0000 Subject: [PATCH] alloca.h is needed on Solaris git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42088 91177308-0d34-0410-b5e6-96231b3b80d8 --- Sema/SemaDecl.cpp | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.40.0