added missing std::
This commit is contained in:
parent
3789370e24
commit
b5359da0a1
|
@ -115,7 +115,7 @@ static void EdgeEdge(MeshType &m)
|
||||||
{
|
{
|
||||||
if(!HasEEAdjacency(m)) return;
|
if(!HasEEAdjacency(m)) return;
|
||||||
|
|
||||||
vector<PVertex> v;
|
std::vector<PVertex> v;
|
||||||
EdgeIterator pf;
|
EdgeIterator pf;
|
||||||
typename vector<PVertex>::iterator p;
|
typename vector<PVertex>::iterator p;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue