mirror of https://github.com/YosysHQ/yosys.git
Explictly #include <variant> for std::variant usage.
Signed-off-by: Mike Inouye <mikeinouye@google.com>
This commit is contained in:
parent
b3b88e56d4
commit
1e3973c5cb
|
@ -15,6 +15,7 @@
|
|||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue