Add missing include to vvp_island.cc
Add # include <string.h>, needed for compilation with gcc-4.3
This commit is contained in:
parent
7c152685dc
commit
f256dfe16e
|
|
@ -25,6 +25,7 @@
|
|||
# include <list>
|
||||
# include <assert.h>
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
#ifdef HAVE_MALLOC_H
|
||||
# include <malloc.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue