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>
|
||||
|
||||
namespace vcg
|
||||
|
@ -435,4 +438,6 @@ namespace vcg
|
|||
};
|
||||
|
||||
/*! @} */
|
||||
}; // end of namespace
|
||||
}; // end of namespace
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue