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
1 changed files with 1 additions and 0 deletions

View File

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