From 53e9983790f497519919385e60fd2a942d75f652 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 9 Jul 2002 16:50:24 +0000 Subject: [PATCH] Include header in the compiler-neutral location git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2843 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineInstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 4d772d8f880..15c4b7878a7 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -12,7 +12,7 @@ #include "llvm/Target/MachineInstrInfo.h" #include "llvm/Annotation.h" #include -#include +#include class Instruction; //---------------------------------------------------------------------------