diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-02 22:05:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-02 22:05:13 +0000 |
commit | 747a04455072a1dac9e333f1dd10abc16687d5ff (patch) | |
tree | 50cffe9147665f60a9c64f895a1f31499b512888 /lib/CodeGen/InstrSched/SchedGraph.h | |
parent | e085a9d27928919fc0d23c1ad8c610fd231d26a9 (diff) |
Add #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r-- | lib/CodeGen/InstrSched/SchedGraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h index 51f9db5d00..37c22be2b0 100644 --- a/lib/CodeGen/InstrSched/SchedGraph.h +++ b/lib/CodeGen/InstrSched/SchedGraph.h @@ -17,6 +17,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "Support/HashExtras.h" #include "Support/GraphTraits.h" +#include "Support/NonCopyable.h" class Value; class Instruction; |