3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Merge pull request #4639 from mikesinouye/hashlib

Explictly #include <variant> for std::variant usage.
This commit is contained in:
Martin Povišer 2024-10-08 16:42:42 +02:00 committed by GitHub
commit 380a425598
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@
#include <stdexcept>
#include <algorithm>
#include <string>
#include <variant>
#include <vector>
#include <stdint.h>