From 8dd2320a4d00f565d5e8bdedad1a829cf472d442 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Thu, 15 Oct 2009 11:53:09 +0000 Subject: [PATCH] add missing std:: --- vcg/complex/trimesh/bitquad_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/bitquad_support.h b/vcg/complex/trimesh/bitquad_support.h index e21f0da5..531a1093 100644 --- a/vcg/complex/trimesh/bitquad_support.h +++ b/vcg/complex/trimesh/bitquad_support.h @@ -252,7 +252,7 @@ static ScalarType QuadQualityVariationIfVertexRotated(const FaceType &f, int w0) int pi = w0; int nb = 0; // vertex valency int na = 0; - vector s; // 1 star around v + std::vector s; // 1 star around v do { // ScalarType triEdge = (pf->P0(pi) - pf->P1(pi) ).Norm(); if (!pf->IsF(pi)) {