added #include <string.h> for memcpy

This commit is contained in:
Federico Ponchio 2013-12-11 14:20:17 +00:00
parent ecf5bfeeb2
commit 030d966b4a
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#ifndef __VCGLIB_SIMPLE__
#define __VCGLIB_SIMPLE__
#include <string.h>
namespace vcg {
class SimpleTempDataBase{