Get bugpoint building with VC++ again.
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 23 Dec 2005 05:00:38 +0000 (05:00 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 23 Dec 2005 05:00:38 +0000 (05:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24977 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/OptimizerDriver.cpp

index bac7f51de832caf7a554f891896d45997a66ba27..d1760596dbb33aa6974582ce2e31e5087da6d4fb 100644 (file)
@@ -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 <fstream>
 using namespace llvm;