diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/select.cc | 2 | ||||
-rw-r--r-- | kernel/show.cc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kernel/select.cc b/kernel/select.cc index f75737ad8..31c0d4883 100644 --- a/kernel/select.cc +++ b/kernel/select.cc @@ -22,6 +22,8 @@ #include <string.h> #include <fnmatch.h> +using RTLIL::id2cstr; + static std::vector<RTLIL::Selection> work_stack; static bool match_ids(RTLIL::IdString id, std::string pattern) diff --git a/kernel/show.cc b/kernel/show.cc index 7c3f418b2..6db963b2a 100644 --- a/kernel/show.cc +++ b/kernel/show.cc @@ -23,6 +23,8 @@ #include <string.h> #include <dirent.h> +using RTLIL::id2cstr; + #undef CLUSTER_CELLS_AND_PORTBOXES struct ShowWorker |