changed #include <vcg/space/point3> to #include <vcg/space/point2.h>

croccia
This commit is contained in:
Paolo Cignoni 2005-05-05 10:20:24 +00:00
parent b12f308b33
commit 58bc2efa18
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.2 2004/03/10 21:38:39 cignoni
Written some documentation and added to the space module
Revision 1.1 2004/02/15 23:34:04 cignoni
Initial commit
@ -35,7 +38,7 @@ Initial commit
#include <assert.h>
#include <vcg/math/base.h>
#include <vcg/space/point3>
#include <vcg/space/point2.h>
namespace vcg {
/** \addtogroup space */