From: Christian Würdig Date: Fri, 5 May 2006 08:38:53 +0000 (+0000) Subject: added missing include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=00826f50aeadd16b5d66a233547fa15cd821513c;p=libfirm added missing include [r7694] --- diff --git a/ir/lower/lower_dw.c b/ir/lower/lower_dw.c index e00ad8931..3d64e2ef7 100644 --- a/ir/lower/lower_dw.c +++ b/ir/lower/lower_dw.c @@ -44,6 +44,7 @@ #include "set.h" #include "pmap.h" #include "pdeq.h" +#include "irdump.h" /** A map from ir_op to Intrinsic functions entities. */ static set *intrinsic_fkt;