From cb0aab5473b4b12bf11d97c771ce63551d3f546e Mon Sep 17 00:00:00 2001 From: dibenedetto Date: Wed, 28 Sep 2005 19:49:13 +0000 Subject: [PATCH] #included aabbtree base. --- vcg/space/index/aabb_binary_tree/closest.h | 8 +++++++- vcg/space/index/aabb_binary_tree/kclosest.h | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/vcg/space/index/aabb_binary_tree/closest.h b/vcg/space/index/aabb_binary_tree/closest.h index 81b4b11a..285e143b 100644 --- a/vcg/space/index/aabb_binary_tree/closest.h +++ b/vcg/space/index/aabb_binary_tree/closest.h @@ -25,6 +25,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2005/09/26 18:33:16 m_di_benedetto +First Commit. + ****************************************************************************/ @@ -37,7 +40,10 @@ $Log: not supported by cvs2svn $ // vcg headers #include -#include +#include +#include + +/***************************************************************************/ namespace vcg { diff --git a/vcg/space/index/aabb_binary_tree/kclosest.h b/vcg/space/index/aabb_binary_tree/kclosest.h index 19f32bef..54265008 100644 --- a/vcg/space/index/aabb_binary_tree/kclosest.h +++ b/vcg/space/index/aabb_binary_tree/kclosest.h @@ -25,6 +25,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2005/09/26 18:33:16 m_di_benedetto +First Commit. + ****************************************************************************/ @@ -36,7 +39,10 @@ $Log: not supported by cvs2svn $ #include // vcg headers -#include +#include +#include + +/***************************************************************************/ namespace vcg {