commit | 747a04455072a1dac9e333f1dd10abc16687d5ff | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jun 02 22:05:13 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jun 02 22:05:13 2003 +0000 |
tree | 50cffe9147665f60a9c64f895a1f31499b512888 | |
parent | e085a9d27928919fc0d23c1ad8c610fd231d26a9 [diff] [blame] |
Add #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6550 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h index 51f9db5..37c22be 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;