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 {