added preamble to avoid multiple inclusion

This commit is contained in:
Nico Pietroni 2015-09-14 12:04:13 +00:00
parent bb5288bcc0
commit dc98d346c5
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,8 @@
*
*/
#ifndef __VCG_IGL_LEAST_SQUARES_CONFORMAL_MAPS
#define __VCG_IGL_LEAST_SQUARES_CONFORMAL_MAPS
#include <igl/lscm.h>
#include <vcg/complex/algorithms/mesh_to_matrix.h>
@ -97,3 +99,4 @@ void OptimizeUV_LSCM( MeshType& m ,
}
}} // namespaces
#endif