From c81295ab24ab3ea3d8203f4b798fa05c1b602a96 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 29 Feb 2004 21:40:53 +0000 Subject: [PATCH] Add back #include I messed up git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12009 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineCodeForInstruction.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/MachineCodeForInstruction.cpp b/lib/CodeGen/MachineCodeForInstruction.cpp index da9819c552d..8bf1c4129a4 100644 --- a/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/lib/CodeGen/MachineCodeForInstruction.cpp @@ -24,6 +24,7 @@ #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineInstr.h" +#include "../Target/SparcV9/MachineInstrAnnot.h" #include "llvm/Instruction.h" using namespace llvm;