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 <list>
|
||||||
# include <assert.h>
|
# include <assert.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
|
# include <string.h>
|
||||||
#ifdef HAVE_MALLOC_H
|
#ifdef HAVE_MALLOC_H
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue