From be583b914d8156b99d3da264d5adca37fee8dbc9 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 11 Jun 2003 14:01:36 +0000 Subject: Included assert.h so that the code compiles under newer versions of GCC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6682 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineCodeForInstruction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm/CodeGen/MachineCodeForInstruction.h') diff --git a/include/llvm/CodeGen/MachineCodeForInstruction.h b/include/llvm/CodeGen/MachineCodeForInstruction.h index ff171e9621..91b4dfdc5e 100644 --- a/include/llvm/CodeGen/MachineCodeForInstruction.h +++ b/include/llvm/CodeGen/MachineCodeForInstruction.h @@ -20,6 +20,8 @@ #include "Support/Annotation.h" #include +#include + class MachineInstr; class Instruction; class Value; -- cgit v1.2.3-18-g5258