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