mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Explictly #include <variant> for std::variant usage.
Signed-off-by: Mike Inouye <[email protected]>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user