From 7ae53264155936afb6b8af7eb6d4d0645fb9a6bb Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 13 Jul 2007 08:21:39 +0000 Subject: [PATCH] Solaris needs an included header for alloca git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39797 91177308-0d34-0410-b5e6-96231b3b80d8 --- Lex/Preprocessor.cpp | 1 + 1 file changed, 1 insertion(+) 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; //===----------------------------------------------------------------------===// -- 2.50.1