Add back #include I messed up
authorChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 21:40:53 +0000 (21:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 21:40:53 +0000 (21:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12009 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineCodeForInstruction.cpp

index da9819c552d2bdd9b8520fc723c9996fe8416ef6..8bf1c4129a49863a2bd0e09fc99ef6d0eb81ef0d 100644 (file)
@@ -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;