3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-11 09:44:44 +00:00

Merge pull request #5098 from mikesinouye/hashlib-1

Add <optional> to haslib.h which uses std::optional
This commit is contained in:
Emil J 2025-05-08 19:05:10 +02:00 committed by GitHub
commit 5aa9bfbf7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@
#include <stdexcept>
#include <algorithm>
#include <optional>
#include <string>
#include <variant>
#include <vector>