fix build error
This commit is contained in:
parent
79cd431503
commit
bb263d2903
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@
|
||||||
|
|
||||||
namespace fc
|
namespace fc
|
||||||
{
|
{
|
||||||
fc::vector<fc::ip::endpoint> resolve( const fc::string& host, uint16_t port );
|
std::vector<fc::ip::endpoint> resolve( const std::string& host, uint16_t port );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue