diff --git a/vcg/space/point4.h b/vcg/space/point4.h index e230ec07..6dbc501b 100644 --- a/vcg/space/point4.h +++ b/vcg/space/point4.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.10 2005/03/18 16:34:42 fiorin +minor changes to comply gcc compiler + Revision 1.9 2005/01/21 18:02:11 ponchio Removed dependence from matrix44 and changed VectProd @@ -52,6 +55,8 @@ Edited Comments and GPL license #define __VCGLIB_POINT4 #include +#include + namespace vcg { /** \addtogroup space */ /*@{*/