added missing typename

This commit is contained in:
Paolo Cignoni 2016-05-11 14:19:26 +00:00
parent 9f9fab7a98
commit 9598832d34
1 changed files with 1 additions and 1 deletions

View File

@ -1518,7 +1518,7 @@ namespace vcg
int hh = 0;
for(ViewsMap::const_iterator it = _perviewreqatts.begin();it != _perviewreqatts.end();++it)
for(typename ViewsMap::const_iterator it = _perviewreqatts.begin();it != _perviewreqatts.end();++it)
{
std::stringstream tmpstream;
std::bitset<5> tmpset(int(it->second._pmmask));