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 a10f96d417
commit 192cc2e3aa

View File

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