From 45bfe26f5f906c9c847ba2bd328413746a2c869c Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 3 Mar 2013 13:18:37 +0100 Subject: Minor hotfixes (mostly gcc build fixes) --- passes/opt/opt_muxtree.cc | 2 ++ passes/opt/opt_rmunused.cc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'passes/opt') diff --git a/passes/opt/opt_muxtree.cc b/passes/opt/opt_muxtree.cc index 9d622d6a..5602b5ee 100644 --- a/passes/opt/opt_muxtree.cc +++ b/passes/opt/opt_muxtree.cc @@ -27,6 +27,8 @@ #include #include +using RTLIL::id2cstr; + struct OptMuxtreeWorker { RTLIL::Design *design; diff --git a/passes/opt/opt_rmunused.cc b/passes/opt/opt_rmunused.cc index 9b276644..4807a97b 100644 --- a/passes/opt/opt_rmunused.cc +++ b/passes/opt/opt_rmunused.cc @@ -27,6 +27,8 @@ #include #include +using RTLIL::id2cstr; + static CellTypes ct; static void rmunused_module_cells(RTLIL::Module *module) -- cgit v1.2.3