mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-22 20:32:07 +00:00
add support for std::variant to hashlib
This commit is contained in:
parent
dbf2bc3b1d
commit
248d5f72d4
2 changed files with 20 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <initializer_list>
|
||||
#include <variant>
|
||||
#include <stdexcept>
|
||||
#include <memory>
|
||||
#include <cmath>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue