Skip to content
  • Steven Murray's avatar
    Attempt to fix the folloiwng compilation errors that appears on TeamCity but · b648202a
    Steven Murray authored
    not on my development box:
    
    castor/log/LoggerImplementation.cpp: In member function 'size_t castor::log::LoggerImplementation::determineMaxMsgLen() const':
    castor/log/LoggerImplementation.cpp:62: error: 'atoi' was not declared in this scope
    castor/log/LoggerImplementation.cpp:80: error: 'atol' was not declared in this scope
    castor/log/LoggerImplementation.cpp: In member function 'std::string castor::log::LoggerImplementation::cleanString(const std::string&, bool)':
    castor/log/LoggerImplementation.cpp:372: error: 'free' was not declared in this scope
    b648202a