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

Add <optional> to haslib.h which uses std::optional

This commit is contained in:
mikesinouye 2025-05-06 09:57:03 -07:00 committed by GitHub
parent a0e94e506d
commit 93780bb869
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>