From 3472063ab329a5aec8eed69042b3c36a5d980745 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 5 Jan 2006 13:51:04 +0000 Subject: [PATCH] missing include added [r7192] --- ir/ir/iredges.c | 1 + ir/opt/escape_ana.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ir/ir/iredges.c b/ir/ir/iredges.c index 2619a14a8..c42dda202 100644 --- a/ir/ir/iredges.c +++ b/ir/ir/iredges.c @@ -17,6 +17,7 @@ #include "irnode_t.h" #include "iredges_t.h" +#include "irgwalk.h" #include "irdump_t.h" #include "irprintf.h" #include "irhooks.h" diff --git a/ir/opt/escape_ana.c b/ir/opt/escape_ana.c index 57e9a4e44..fca2f6f33 100644 --- a/ir/opt/escape_ana.c +++ b/ir/opt/escape_ana.c @@ -23,6 +23,7 @@ #include "irgraph_t.h" #include "irnode_t.h" #include "type_t.h" +#include "irgwalk.h" #include "irouts.h" #include "analyze_irg_args.h" #include "irgmod.h" -- 2.20.1