diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-01-18 12:12:33 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-01-18 12:12:33 +0100 |
commit | 0217ea0fb82b9170bb6efce734f1965ff2b181e7 (patch) | |
tree | fdc498f2d8c025569f27c9b466b86a775890eea8 /kernel/yosys.h | |
parent | 61192514e3e22e196e1df5aaaf98bb2ed6fd57df (diff) |
Added hashlib::idict<>
Diffstat (limited to 'kernel/yosys.h')
-rw-r--r-- | kernel/yosys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h index d1e01b19..a6f4cb66 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -148,6 +148,7 @@ using hashlib::hash_cstr_ops; using hashlib::hash_ptr_ops; using hashlib::hash_obj_ops; using hashlib::dict; +using hashlib::idict; using hashlib::pool; namespace RTLIL { |