add define header
This commit is contained in:
parent
5182d24c7f
commit
5ef378ec5a
|
@ -1,3 +1,6 @@
|
||||||
|
#ifndef __VCGLIB_LINALGEBRA_H
|
||||||
|
#define __VCGLIB_LINALGEBRA_H
|
||||||
|
|
||||||
#include <vcg/math/matrix44.h>
|
#include <vcg/math/matrix44.h>
|
||||||
|
|
||||||
namespace vcg
|
namespace vcg
|
||||||
|
@ -436,3 +439,5 @@ namespace vcg
|
||||||
|
|
||||||
/*! @} */
|
/*! @} */
|
||||||
}; // end of namespace
|
}; // end of namespace
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue