summaryrefslogtreecommitdiff
path: root/kernel/select.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/select.cc')
-rw-r--r--kernel/select.cc2
1 files changed, 2 insertions, 0 deletions
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 <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)