From 2c75393c456a342411096e2eb1bef0d08d0d8850 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 10 May 2004 11:16:19 +0000 Subject: [PATCH] include assert.h added --- vcg/space/point4.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */