Since we use alloca now make sure we include the proper headers for it.

llvm-svn: 16536
This commit is contained in:
Alkis Evlogimenos 2004-09-28 02:53:15 +00:00
parent edbb20cf7f
commit 6280a7b716
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Config/alloca.h"
#include "llvm/Target/TargetSchedInfo.h"
#include "llvm/Target/TargetMachine.h"
#include <algorithm>