mirror of https://github.com/YosysHQ/yosys.git
include algorithm, needed for std::reverse
This commit is contained in:
parent
1b2986f7fb
commit
57af68af96
|
@ -24,6 +24,7 @@
|
|||
#include <cassert>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
template<size_t n>
|
||||
class Signal {
|
||||
|
|
Loading…
Reference in New Issue