From 58bc2efa185bb84db96744bc8cb0a0f3fed33b47 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Thu, 5 May 2005 10:20:24 +0000 Subject: [PATCH] changed #include to #include croccia --- vcg/space/box2.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/box2.h b/vcg/space/box2.h index 6c42e82a..680bbc1e 100644 --- a/vcg/space/box2.h +++ b/vcg/space/box2.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2004/03/10 21:38:39 cignoni +Written some documentation and added to the space module + Revision 1.1 2004/02/15 23:34:04 cignoni Initial commit @@ -35,7 +38,7 @@ Initial commit #include #include -#include +#include namespace vcg { /** \addtogroup space */