corrected order of include files (face/topology.h must go after complex.h)

This commit is contained in:
Paolo Cignoni 2013-10-09 09:18:08 +00:00
parent 4cf6f3d6e8
commit afec01ce96
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@
#include <stack>
// VCG headers
#include <vcg/complex/complex.h>
#include <vcg/simplex/face/pos.h>
#include <vcg/simplex/face/topology.h>
#include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/closest.h>
#include <vcg/space/index/grid_static_ptr.h>
#include <vcg/space/index/spatial_hashing.h>