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) --- kernel/select.cc | 2 ++ kernel/show.cc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'kernel') diff --git a/kernel/select.cc b/kernel/select.cc index f75737ad..31c0d488 100644 --- a/kernel/select.cc +++ b/kernel/select.cc @@ -22,6 +22,8 @@ #include #include +using RTLIL::id2cstr; + static std::vector work_stack; static bool match_ids(RTLIL::IdString id, std::string pattern) diff --git a/kernel/show.cc b/kernel/show.cc index 7c3f418b..6db963b2 100644 --- a/kernel/show.cc +++ b/kernel/show.cc @@ -23,6 +23,8 @@ #include #include +using RTLIL::id2cstr; + #undef CLUSTER_CELLS_AND_PORTBOXES struct ShowWorker -- cgit v1.2.3