From dea8a1e8954a0a5dfee93ea4b689ff384b93b222 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Thu, 9 Sep 2004 12:44:39 +0000 Subject: [PATCH] included stdio.h --- vcg/space/index/grid_static_ptr.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vcg/space/index/grid_static_ptr.h b/vcg/space/index/grid_static_ptr.h index e196840b..93c17eeb 100644 --- a/vcg/space/index/grid_static_ptr.h +++ b/vcg/space/index/grid_static_ptr.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2004/09/09 08:39:29 ganovelli +minor changes for gcc + Revision 1.5 2004/06/25 18:34:23 ganovelli added Grid to return all the cells sharing a specified edge @@ -49,6 +52,8 @@ Initial commit #include #include +#include + #include #include