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
This commit is contained in:
Chris Lattner 2008-10-06 03:53:16 +00:00
parent 1cfa0776c3
commit 78129446ca

View File

@ -18,6 +18,7 @@
#include <cstring>
#include "PBQP.h"
#include "llvm/Config/alloca.h"
namespace llvm {