From ffd37d59cbcf1ced46fb5f10aa14ab1d748f650b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Wed, 26 Oct 2005 13:53:29 +0000 Subject: [PATCH] added missing include --- ir/be/firm2arch_nodes_attr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/firm2arch_nodes_attr.h b/ir/be/firm2arch_nodes_attr.h index 538b8b335..c455e82fb 100644 --- a/ir/be/firm2arch_nodes_attr.h +++ b/ir/be/firm2arch_nodes_attr.h @@ -1,6 +1,8 @@ #ifndef NODES_ATTR_H #define NODES_ATTR_H +#include "firm_types.h" + typedef struct { tarval *tv; void *reg_constraints; -- 2.20.1