added include to tcoord2

This commit is contained in:
ganovelli 2007-03-08 11:27:52 +00:00
parent 746bb8ebf6
commit 9ab9ea73cc
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.7 2007/02/16 21:12:13 m_di_benedetto
Commented out strange abort in WriteMaterials()
Revision 1.6 2006/12/07 00:37:58 cignoni
Corrected bug in the management of deleted vertices
@ -89,6 +92,7 @@
#include <wrap/callback.h>
#include <vcg/complex/trimesh/allocate.h>
#include <vcg/space/tcoord2.h>
#include <wrap/io_trimesh/io_mask.h>
#include "io_material.h"
#include <iostream>