From 5a509c8225063478ee04671570f6975ce29f401d Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 16 Apr 2004 15:57:14 +0000 Subject: [PATCH] Include for compatibility with gcc 3.0.x (the system compiler on Debian.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12985 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineInstr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index ddaca4dae27..dac1c47c961 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -17,6 +17,7 @@ #define LLVM_CODEGEN_MACHINEINSTR_H #include "Support/iterator" +#include #include #include