aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-03 07:47:05 +0000
committerChris Lattner <sabre@nondot.org>2002-02-03 07:47:05 +0000
commit884f4b5af06d9783345cb79dd91abbd186a1720b (patch)
tree5cb3855d799e685014b5212c8fa157e09e7e0991
parentdd1e40b4ce5485e27a0369f5d46882cd4f6786c4 (diff)
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
-rw-r--r--lib/Target/TargetSchedInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetSchedInfo.cpp b/lib/Target/TargetSchedInfo.cpp
index c02654f03b..41d013e638 100644
--- a/lib/Target/TargetSchedInfo.cpp
+++ b/lib/Target/TargetSchedInfo.cpp
@@ -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