commit | 06c9231f4eb6246b11ebd4fded812f56d61e1d2d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 06 03:53:16 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 06 03:53:16 2008 +0000 |
tree | ed5c32a845159333f63af3e8ae2390d0e30126bd | |
parent | deffab305e79c9c0888e808770ac8e0cf9a0ca94 [diff] [blame] |
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
diff --git a/lib/CodeGen/PBQP.cpp b/lib/CodeGen/PBQP.cpp index 6b21105..d4d1098 100644 --- a/lib/CodeGen/PBQP.cpp +++ b/lib/CodeGen/PBQP.cpp
@@ -18,6 +18,7 @@ #include <cstring> #include "PBQP.h" +#include "llvm/Config/alloca.h" namespace llvm {