fix firm backend
[libfirm] / ir / be / be.h
index efab423..fdc9b92 100644 (file)
@@ -8,6 +8,8 @@
 #include "dbginfo.h"
 #include "ifconv.h"
 
+#include <libcore/lc_timing.h>
+
 #define LC_STOP_AND_RESET_TIMER(timer) do { lc_timer_stop(timer); lc_timer_reset(timer); } while(0)
 
 /**