mirror of https://github.com/YosysHQ/yosys.git
Add <optional> to haslib.h which uses std::optional
This commit is contained in:
parent
a0e94e506d
commit
93780bb869
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Reference in New Issue