diff --git a/vcg/space/point4.h b/vcg/space/point4.h index fcc4a8f1..6a4e0604 100644 --- a/vcg/space/point4.h +++ b/vcg/space/point4.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.5 2004/03/31 10:09:58 cignoni +missing return value in zero() + Revision 1.4 2004/03/11 17:17:49 tarini added commets (doxy), uniformed with new style, now using math::, ... added HomoNormalize(), Zero()... remade StableDot() (hand made sort). @@ -35,6 +38,7 @@ Edited Comments and GPL license #ifndef __VCGLIB_POINT4 #define __VCGLIB_POINT4 +#include namespace vcg { /** \addtogroup space */