#included aabbtree base.
This commit is contained in:
parent
c8ff470b30
commit
cb0aab5473
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue