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:
parent
a0e94e506d
commit
93780bb869
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue