#ifndef _ERROR_CODE_HPP #define _ERROR_CODE_HPP #include namespace ftp { using error_code = boost::system::error_code; } #endif // !_ERROR_CODE_HPP