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