Skip to content

Commit

Permalink
functional backend: missing includes for stl containers
Browse files Browse the repository at this point in the history
  • Loading branch information
aiju committed Aug 22, 2024
1 parent 9b5e81b commit 761eff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kernel/functional.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "kernel/topo_scc.h"
#include "ff.h"
#include "ffinit.h"
#include <deque>

YOSYS_NAMESPACE_BEGIN
namespace Functional {
Expand Down
1 change: 1 addition & 0 deletions tests/functional/vcd_harness.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <random>
#include <ctype.h>
#include <vector>
#include <unordered_map>

#include "my_module_functional_cxx.cc"

Expand Down

0 comments on commit 761eff5

Please sign in to comment.