Ignore:
Timestamp:
10/21/13 13:39:56 (11 years ago)
Author:
tbretz
Message:
Added a missing std::
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MWriteFitsFile.h

    r17148 r17294  
    174174       }
    175175       if (returnVal.str() == "")
    176            *fLog << warn << "WARNING: could not construct fits string from \"" << value << "\" typename: " << typeName << endl;
     176           *fLog << warn << "WARNING: could not construct fits string from \"" << value << "\" typename: " << typeName << std::endl;
    177177       return returnVal.str();
    178178   }
Note: See TracChangeset for help on using the changeset viewer.