if a node input has none as requirement, it is given the class of the argument node
[libfirm] / ir / be / be.h
index efab423..3b6fecd 100644 (file)
@@ -8,6 +8,12 @@
 #include "dbginfo.h"
 #include "ifconv.h"
 
+#ifdef WITH_LIBCORE
+#include <libcore/lc_opts.h>
+#include <libcore/lc_opts_enum.h>
+#include <libcore/lc_timing.h>
+#endif /* WITH_LIBCORE */
+
 #define LC_STOP_AND_RESET_TIMER(timer) do { lc_timer_stop(timer); lc_timer_reset(timer); } while(0)
 
 /**