Fix wrong include statement

This commit is contained in:
Srdjan Obucina 2019-10-23 15:08:49 +02:00
parent da8b9f2639
commit 3a6aed7ec6

View file

@ -7,7 +7,7 @@
#include <boost/property_tree/json_parser.hpp>
#include <fc/crypto/base64.hpp>
#include <fc/logger/log.hpp>
#include <fc/log/logger.hpp>
#include <fc/network/ip.hpp>
namespace graphene { namespace peerplays_sidechain {