missing header include

This commit is contained in:
T.Alderighi 2018-05-04 18:19:54 +02:00
parent 67a80722d5
commit 239dfce517
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
#include <vcg/simplex/edge/pos.h> #include <vcg/simplex/edge/pos.h>
#include <vcg/simplex/edge/topology.h> #include <vcg/simplex/edge/topology.h>
#include <vcg/simplex/tetrahedron/pos.h> #include <vcg/simplex/tetrahedron/pos.h>
// #include <vcg/simplex/tetrahedron/topology.h> #include <vcg/simplex/tetrahedron/topology.h>
#include <vcg/complex/foreach.h> #include <vcg/complex/foreach.h>
#include <vcg/complex/algorithms/update/flag.h> #include <vcg/complex/algorithms/update/flag.h>
#include <vcg/complex/algorithms/update/selection.h> #include <vcg/complex/algorithms/update/selection.h>