Add #include that is no longer implicitly included

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-02-03 07:47:05 +00:00
parent dd1e40b4ce
commit 884f4b5af0

View File

@ -6,6 +6,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Target/MachineSchedInfo.h"
#include "llvm/Target/TargetMachine.h"
// External object describing the machine instructions
// Initialized only when the TargetMachine class is created