mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
include algorithm, needed for std::reverse
This commit is contained in:
parent
1b2986f7fb
commit
57af68af96
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <cassert>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
template<size_t n>
|
||||
class Signal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue