Addedd missing include

This commit is contained in:
Paolo Cignoni 2008-11-20 13:26:59 +00:00
parent 42709146e6
commit 619f3f69ef
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#define __VCG_MESH_RESAMPLER
#include <vcg/complex/trimesh/update/normal.h>
#include <vcg/complex/trimesh/update/flag.h>
#include <vcg/complex/trimesh/update/bounding.h>
#include <vcg/complex/trimesh/update/edges.h>
#include <vcg/complex/trimesh/create/marching_cubes.h>
@ -518,4 +519,4 @@ static void Resample(Old_Mesh &old_mesh,New_Mesh &new_mesh,vcg::Point3<int> accu
};//end namespace tri
};//end namespace vcg
#endif
#endif