From eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 12:19:56 +0000 Subject: Add #include since Value.h does not #include it any more. llvm-svn: 14622 --- llvm/lib/CodeGen/MachineInstr.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/CodeGen/MachineInstr.cpp') diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 3f7e713ca01..8a618495953 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -21,6 +21,8 @@ #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/MRegisterInfo.h" #include "Support/LeakDetector.h" +#include + using namespace llvm; // Global variable holding an array of descriptors for machine instructions. -- cgit v1.2.3