From e08330f0136bdfb74b7afb3811720a0d71dc350b Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 10 Dec 2008 20:41:30 +0000 Subject: [PATCH] add missing includes [r24505] --- include/libfirm/firm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/libfirm/firm.h b/include/libfirm/firm.h index 8c60fcb5e..e7c78da58 100644 --- a/include/libfirm/firm.h +++ b/include/libfirm/firm.h @@ -69,6 +69,8 @@ extern "C" { #include "irgraph.h" /* graphs */ #include "typerep.h" /* type representation */ #include "tv.h" /* target values */ +#include "irnode.h" +#include "irop.h" #include "ident.h" /* source code identificators */ /* Functionality */ @@ -80,6 +82,7 @@ extern "C" { #include "irgopt.h" /* optimize ir */ #include "iroptimize.h" /* optimize ir by reassociation */ #include "ircgopt.h" /* Optimizations based on interprocedural graph */ +#include "iropt.h" /* Lowering */ #include "lowering.h" /* lowering of different calls parameters, intrinsic calls, double word types, high-level constructs */ -- 2.20.1