added missing std namespace

This commit is contained in:
Artem Pavlenko 2008-02-20 09:57:37 +00:00
parent a478089bd9
commit 24c605e807

View file

@ -210,7 +210,7 @@ int main (int argc,char** argv)
} else {
tree.trim();
std::clog<<" number nodes="<<tree.count()<<std::endl;
file.exceptions(ios::failbit | ios::badbit);
file.exceptions(std::ios::failbit | std::ios::badbit);
tree.write(file);
file.flush();
file.close();