From: Gabor Greif Date: Fri, 13 Jul 2007 08:21:39 +0000 (+0000) Subject: Solaris needs an included header for alloca X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ae53264155936afb6b8af7eb6d4d0645fb9a6bb;p=clang Solaris needs an included header for alloca git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39797 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Lex/Preprocessor.cpp b/Lex/Preprocessor.cpp index 104fb65152..9c2683315f 100644 --- a/Lex/Preprocessor.cpp +++ b/Lex/Preprocessor.cpp @@ -37,6 +37,7 @@ #include "clang/Basic/TargetInfo.h" #include "llvm/ADT/SmallVector.h" #include +#include using namespace clang; //===----------------------------------------------------------------------===//