#pragma once #include namespace peerplays { namespace net { std::string resolveHostAddr(const std::string & hostName); } // net } // peerplays