Added #include <alloca.h>

llvm-svn: 3491
This commit is contained in:
Anand Shukla 2002-08-23 10:54:26 +00:00
parent b342572667
commit 492a263ffd
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "llvm/Type.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/STLExtras.h"
#include <alloca.h>
using std::cerr;
using std::vector;