diff options
Diffstat (limited to 'kernel/show.cc')
-rw-r--r-- | kernel/show.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |