#included aabbtree base.

This commit is contained in:
Marco Di Benedetto 2005-09-28 19:49:13 +00:00
parent c8ff470b30
commit cb0aab5473
2 changed files with 14 additions and 2 deletions

View File

@ -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 <vcg/math/base.h>
#include <vcg/space/index/aabb_binary_tree/utils.h>
#include <vcg/space/index/aabb_binary_tree/base.h>
#include <wrap/utils.h>
/***************************************************************************/
namespace vcg {

View File

@ -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 <deque>
// vcg headers
#include <vcg/space/index/aabb_binary_tree/utils.h>
#include <vcg/space/index/aabb_binary_tree/base.h>
#include <wrap/utils.h>
/***************************************************************************/
namespace vcg {