added #include <string.h> for memcpy
This commit is contained in:
parent
ecf5bfeeb2
commit
030d966b4a
vcg/container
|
@ -24,6 +24,8 @@
|
|||
#ifndef __VCGLIB_SIMPLE__
|
||||
#define __VCGLIB_SIMPLE__
|
||||
|
||||
#include <string.h>
|
||||
|
||||
namespace vcg {
|
||||
|
||||
class SimpleTempDataBase{
|
||||
|
|
Loading…
Reference in New Issue