Add missing limits.h include in vpi_signal.cc
(cherry picked from commit 83c7a24cff)
This commit is contained in:
parent
a298bfb22a
commit
2c982a6edb
|
|
@ -37,6 +37,7 @@
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
|
# include <limits.h>
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
# include <assert.h>
|
# include <assert.h>
|
||||||
#ifdef CHECK_WITH_VALGRIND
|
#ifdef CHECK_WITH_VALGRIND
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue