added initial define to avoid multiple inclusions
This commit is contained in:
parent
c4b53d16cc
commit
45633b841e
|
@ -1,3 +1,6 @@
|
|||
#ifndef GL_FIELD
|
||||
#define GL_FIELD
|
||||
|
||||
#include <vcg/complex/algorithms/parametrization/tangent_field_operators.h>
|
||||
|
||||
namespace vcg{
|
||||
|
@ -159,3 +162,5 @@ public:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue