aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--peer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.cpp b/peer.cpp
index 21aa8500..7a1f3248 100644
--- a/peer.cpp
+++ b/peer.cpp
@@ -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;