From: Jeff Cohen Date: Fri, 23 Dec 2005 05:00:38 +0000 (+0000) Subject: Get bugpoint building with VC++ again. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=46e1ee9791df4c1328e89805f1e2aaf14d27e787;p=oota-llvm.git Get bugpoint building with VC++ again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24977 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp index bac7f51de83..d1760596dbb 100644 --- a/tools/bugpoint/OptimizerDriver.cpp +++ b/tools/bugpoint/OptimizerDriver.cpp @@ -29,6 +29,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/System/Path.h" #include "llvm/System/Program.h" +#include "llvm/Config/alloca.h" #include using namespace llvm;