Add #include to get alloca, patch by Kenneth Boyd!
authorChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 03:53:16 +0000 (03:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 03:53:16 +0000 (03:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57147 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PBQP.cpp

index 6b2110583fe33aac0c355cb2eaff86392f4484ba..d4d1098bb8704524563d22f4d9a06ac50798be38 100644 (file)
@@ -18,6 +18,7 @@
 #include <cstring>
 
 #include "PBQP.h"
+#include "llvm/Config/alloca.h"
 
 namespace llvm {