diff options
-rw-r--r-- | peer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <thread> #include <boost/filesystem/operations.hpp> #include <BlockChain.h> -#include <PeerNetwork.h> +#include <PeerServer.h> using namespace std; using namespace eth; using boost::asio::ip::tcp; |