From ddb6524db7e18cece676d650dbdd270a124669f6 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 14 Mar 2005 14:48:59 +0000 Subject: [PATCH] added missing include [r5389] --- ir/common/firm_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/common/firm_common.c b/ir/common/firm_common.c index 0c9ec8dc6..7d8989d10 100644 --- a/ir/common/firm_common.c +++ b/ir/common/firm_common.c @@ -18,6 +18,7 @@ #include "firm_common_t.h" #include "irgraph.h" #include "irloop.h" +#include "tv.h" /** * Ideally, this macro would check if size bytes could be read at -- 2.20.1