From 25ea4567ce42388f59fdc45e11f278290fdd1353 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Mon, 1 May 2006 14:17:27 +0000 Subject: [PATCH] added missing include [r7673] --- ir/ir/irphase_t.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/ir/irphase_t.h b/ir/ir/irphase_t.h index 77ef9a8ce..581627ac9 100644 --- a/ir/ir/irphase_t.h +++ b/ir/ir/irphase_t.h @@ -16,6 +16,7 @@ #include "obstack.h" #include "irgraph_t.h" #include "irphase.h" +#include "irtools.h" typedef struct { unsigned node_slots; -- 2.20.1