From 78129446cacbc0f3ed17f3f11c8cd05f9cd95f47 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 6 Oct 2008 03:53:16 +0000 Subject: [PATCH] Add #include to get alloca, patch by Kenneth Boyd! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57147 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/PBQP.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/PBQP.cpp b/lib/CodeGen/PBQP.cpp index 6b2110583fe..d4d1098bb87 100644 --- a/lib/CodeGen/PBQP.cpp +++ b/lib/CodeGen/PBQP.cpp @@ -18,6 +18,7 @@ #include #include "PBQP.h" +#include "llvm/Config/alloca.h" namespace llvm {