Missing include

This commit is contained in:
Paolo Cignoni 2004-04-03 13:33:55 +00:00
parent 08bd299ad2
commit d11fc2356d
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.1 2004/03/29 08:36:26 cignoni
First working version!
****************************************************************************/
#ifndef __VCG_VERTEX_PLUS
@ -31,6 +34,7 @@ $Log: not supported by cvs2svn $
#include <vcg/space/point3.h>
#include <vcg/space/tcoord2.h>
#include <vcg/space/color4.h>
#include <vcg/simplex/vertexplus/component.h>
namespace vcg {