forked from OSchip/llvm-project
Since we use alloca now make sure we include the proper headers for it.
llvm-svn: 16536
This commit is contained in:
parent
edbb20cf7f
commit
6280a7b716
|
@ -12,6 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Config/alloca.h"
|
||||
#include "llvm/Target/TargetSchedInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue