3
0
Fork 0
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:
Emily Schmidt 2024-06-20 16:25:21 +01:00
parent dbf2bc3b1d
commit 248d5f72d4
2 changed files with 20 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include <unordered_map>
#include <unordered_set>
#include <initializer_list>
#include <variant>
#include <stdexcept>
#include <memory>
#include <cmath>