diff --git a/include/fc/network/resolve.hpp b/include/fc/network/resolve.hpp index 44b09c8..f6bf6ec 100644 --- a/include/fc/network/resolve.hpp +++ b/include/fc/network/resolve.hpp @@ -4,5 +4,5 @@ namespace fc { - fc::vector resolve( const fc::string& host, uint16_t port ); + std::vector resolve( const std::string& host, uint16_t port ); }