Promoted the pos.h and topology.h include files to the standard inclusion.

This commit is contained in:
Paolo Cignoni 2017-03-13 15:50:19 +01:00
parent 18d070f9eb
commit 97e4c0d23b
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
#include <vcg/complex/used_types.h>
#include <vcg/complex/base.h>
#include <vcg/complex/allocate.h>
#include <vcg/simplex/face/pos.h>
#include <vcg/simplex/face/topology.h>
#include <vcg/simplex/edge/pos.h>
#include <vcg/simplex/edge/topology.h>
#include <vcg/complex/algorithms/update/flag.h>
#include <vcg/complex/algorithms/update/selection.h>
#include <vcg/complex/algorithms/mesh_assert.h>