cli.hpp: Fix include
This commit is contained in:
parent
f146127706
commit
18a484e4bf
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
#include <fc/io/json.hpp>
|
#include <fc/io/json.hpp>
|
||||||
#include <fc/io/buffered_iostream.hpp>
|
#include <fc/io/buffered_iostream.hpp>
|
||||||
#include <fc/io/sstream.hpp>
|
#include <fc/io/sstream.hpp>
|
||||||
|
#include <fc/rpc/api_connection.hpp>
|
||||||
#include <fc/thread/thread.hpp>
|
#include <fc/thread/thread.hpp>
|
||||||
|
|
||||||
namespace fc { namespace rpc {
|
namespace fc { namespace rpc {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue