diff options
Diffstat (limited to 'peer.cpp')
-rw-r--r-- | peer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,10 +22,10 @@ #include <chrono> #include <thread> -#include <libethnet/PeerHost.h> +#include <libp2p/PeerHost.h> using namespace std; using namespace eth; -using boost::asio::ip::tcp; +using namespace p2p; int peerTest(int argc, char** argv) { |