- added missing include file
This commit is contained in:
parent
993a2f70c7
commit
ad76ffb8b7
|
@ -2,6 +2,7 @@
|
||||||
#define POLY_TRIANGULATOR_H
|
#define POLY_TRIANGULATOR_H
|
||||||
|
|
||||||
#include "util_dae.h"
|
#include "util_dae.h"
|
||||||
|
#include <wrap/gl/glu_tesselator.h>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace tri {
|
namespace tri {
|
||||||
|
@ -135,4 +136,4 @@ namespace io {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue