From: Christian Würdig Date: Fri, 7 Apr 2006 14:04:25 +0000 (+0000) Subject: added missing includes X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3fd73bc85c63f4de9683d63676cf7aa8fe00d3ee;p=libfirm added missing includes --- diff --git a/ir/be/be.h b/ir/be/be.h index a12f9a528..3df673228 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -2,6 +2,9 @@ #ifndef _BE_MAIN_H #define _BE_MAIN_H +#include +#include "dbginfo.h" + /** * Register the Firm backend command line options. */