diff --git a/vcg/complex/intersection.h b/vcg/complex/intersection.h index 8c1475a0..ca6c6a4c 100644 --- a/vcg/complex/intersection.h +++ b/vcg/complex/intersection.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.8 2006/01/19 14:06:37 spinelli +add std:: namespace... + Revision 1.7 2005/10/03 16:18:15 spinelli add template parameter for spatialindexing struction @@ -45,10 +48,14 @@ added vcg header #include #include #include +#include //#include - +#include #include +#ifndef __VCGLIB_INTERSECTION_TRI_MESH +#define __VCGLIB_INTERSECTION_TRI_MESH + namespace vcg{ /** \addtogroup complex */ @@ -201,4 +208,5 @@ bool IntersectionRayMesh( return hit; } /*@}*/ -} // end namespace vcg \ No newline at end of file +} // end namespace vcg +#endif \ No newline at end of file