- added missing include file

This commit is contained in:
granzuglia 2013-10-24 20:51:03 +00:00
parent 993a2f70c7
commit ad76ffb8b7
1 changed files with 2 additions and 1 deletions

View File

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