add define header

This commit is contained in:
Paolo Cignoni 2005-10-03 16:19:44 +00:00
parent 5182d24c7f
commit 5ef378ec5a
1 changed files with 6 additions and 1 deletions

View File

@ -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