Show
Ignore:
Timestamp:
02/20/08 04:57:37 (9 months ago)
Author:
artem
Message:

added missing std namespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils/shapeindex/shapeindex.cpp

    r653 r654  
    211211            tree.trim(); 
    212212            std::clog<<" number nodes="<<tree.count()<<std::endl; 
    213             file.exceptions(ios::failbit | ios::badbit); 
     213            file.exceptions(std::ios::failbit | std::ios::badbit); 
    214214            tree.write(file); 
    215215            file.flush();