added missing include

This commit is contained in:
Paolo Cignoni 2010-07-05 10:15:59 +00:00
parent 572170bfdd
commit 5e3b15b690
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ using namespace std;
#include <vcg/complex/trimesh/update/quality.h>
#include <vcg/complex/trimesh/update/color.h>
#include <vcg/complex/trimesh/update/flag.h>
#include <vcg/complex/trimesh/stat.h>
#include <vcg/complex/trimesh/clean.h>
#include <vcg/complex/intersection.h>
#include <vcg/space/index/grid_static_ptr.h>