fix compilation
This commit is contained in:
parent
818129d045
commit
0db413a1f4
|
@ -108,7 +108,10 @@ minor changes
|
||||||
|
|
||||||
#ifndef _VCG_FACE_TOPOLOGY
|
#ifndef _VCG_FACE_TOPOLOGY
|
||||||
#define _VCG_FACE_TOPOLOGY
|
#define _VCG_FACE_TOPOLOGY
|
||||||
|
|
||||||
#include <vcg/simplex/face/pos.h>
|
#include <vcg/simplex/face/pos.h>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace face {
|
namespace face {
|
||||||
/** \addtogroup face */
|
/** \addtogroup face */
|
||||||
|
|
Loading…
Reference in New Issue