added a missing include

This commit is contained in:
Paolo Cignoni 2008-11-07 15:37:46 +00:00
parent 2e7c97e90e
commit d124cae6fb
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ Initial Release
#include <vcg/space/index/grid_static_ptr.h> #include <vcg/space/index/grid_static_ptr.h>
#include<vcg/complex/trimesh/allocate.h> #include<vcg/complex/trimesh/allocate.h>
#include<vcg/complex/trimesh/update/selection.h> #include<vcg/complex/trimesh/update/selection.h>
#include<vcg/complex/trimesh/update/flag.h>
namespace vcg { namespace vcg {