From: Chris Lattner Date: Sun, 3 Feb 2002 07:47:05 +0000 (+0000) Subject: Add #include that is no longer implicitly included X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=884f4b5af06d9783345cb79dd91abbd186a1720b;p=oota-llvm.git 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 --- diff --git a/lib/Target/TargetSchedInfo.cpp b/lib/Target/TargetSchedInfo.cpp index c02654f03b6..41d013e6389 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