diff options
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedGraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.h b/llvm/lib/CodeGen/InstrSched/SchedGraph.h index 51f9db5d002..37c22be2b07 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedGraph.h +++ b/llvm/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; |