diff --git a/vcg/complex/trimesh/update/normal.h b/vcg/complex/trimesh/update/normal.h index 5d499c3f..4afa2942 100644 --- a/vcg/complex/trimesh/update/normal.h +++ b/vcg/complex/trimesh/update/normal.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.18 2007/12/13 17:57:27 cignoni +removed harmless gcc warnings + Revision 1.17 2007/11/23 17:02:47 cignoni disambiguated pow call (again) @@ -90,6 +93,7 @@ Initial commit #define __VCG_TRI_UPDATE_NORMALS #include +#include namespace vcg { namespace tri {