commit | 78129446cacbc0f3ed17f3f11c8cd05f9cd95f47 | [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 | 1cfa0776c3053b894bcc8c74610e09118340aad3 [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 {