From afec01ce96cac7c835952041886f9112dc514bab Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 9 Oct 2013 09:18:08 +0000 Subject: [PATCH] corrected order of include files (face/topology.h must go after complex.h) --- vcg/complex/algorithms/clean.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/clean.h b/vcg/complex/algorithms/clean.h index 801ae948..a9c6a3d0 100644 --- a/vcg/complex/algorithms/clean.h +++ b/vcg/complex/algorithms/clean.h @@ -31,9 +31,9 @@ #include // VCG headers +#include #include #include -#include #include #include #include