mirror of https://github.com/YosysHQ/yosys.git
functional backend: missing includes for stl containers
This commit is contained in:
parent
9b5e81b13f
commit
761eff594f
|
@ -22,6 +22,7 @@
|
|||
#include "kernel/topo_scc.h"
|
||||
#include "ff.h"
|
||||
#include "ffinit.h"
|
||||
#include <deque>
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
namespace Functional {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <random>
|
||||
#include <ctype.h>
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "my_module_functional_cxx.cc"
|
||||
|
||||
|
|
Loading…
Reference in New Issue