mirror of https://github.com/YosysHQ/yosys.git
Add #include needed to build with gcc-11
Suggested by Jeff Law <law@redhat.com>
This commit is contained in:
parent
2116c58581
commit
150b729b6f
|
@ -27,6 +27,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
|
||||
USING_YOSYS_NAMESPACE
|
||||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
|
Loading…
Reference in New Issue