mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 22:33:41 +00:00
functional backend: missing includes for stl containers
This commit is contained in:
parent
9b5e81b13f
commit
761eff594f
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <random>
|
||||
#include <ctype.h>
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "my_module_functional_cxx.cc"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue