Ignore:
Timestamp:
10/21/13 11:54:43 (11 years ago)
Author:
tbretz
Message:
Added some more missing std:: for the compilition in Mars
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/checksum.h

    r17264 r17282  
    6464            throw std::runtime_error(sout.str());
    6565#else
    66             gLog << ___err___ << "ERROR - " << sout.str() << endl;
     66            gLog << ___err___ << "ERROR - " << sout.str() << std::endl;
    6767            return false;
    6868#endif
Note: See TracChangeset for help on using the changeset viewer.