3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Add #include needed to build with gcc-11

Suggested by Jeff Law <law@redhat.com>
This commit is contained in:
Gabriel Somlo 2020-11-25 08:46:26 -05:00
parent 2116c58581
commit 150b729b6f

View file

@ -27,6 +27,7 @@
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <limits>
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN