diff options
Diffstat (limited to 'fork.cpp')
-rw-r--r-- | fork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <boost/filesystem/operations.hpp> #include <libethereum/Client.h> #include <libethereum/BlockChain.h> -#include <libethereum/PeerServer.h> +#include <libethereum/EthereumHost.h> #include "TestHelper.h" using namespace std; using namespace eth; |