From 797fe4533c8a8f0a771e020cc250a03b70c84e32 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 6 Apr 2006 12:58:04 +0000 Subject: [PATCH] add irgraph.h include [r7590] --- ir/common/firm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/common/firm.h b/ir/common/firm.h index 4017d64d6..c09faf1e2 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -56,6 +56,7 @@ extern "C" { /* The representations */ #include "firm_common.h" /* common type tags. */ #include "irprog.h" /* control flow and data of a program */ +#include "irgraph.h" /* graphs */ #include "type.h" /* type representation */ #include "entity.h" /* entity representation */ #include "tv.h" /* target values */ -- 2.20.1