cli.hpp: Fix include

This commit is contained in:
theoreticalbts 2015-04-21 15:01:25 -04:00
parent f146127706
commit 18a484e4bf

View file

@ -3,6 +3,7 @@
#include <fc/io/json.hpp>
#include <fc/io/buffered_iostream.hpp>
#include <fc/io/sstream.hpp>
#include <fc/rpc/api_connection.hpp>
#include <fc/thread/thread.hpp>
namespace fc { namespace rpc {