From 18a484e4bfa37eced5cbc013c978a6f91769af0a Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Tue, 21 Apr 2015 15:01:25 -0400 Subject: [PATCH] cli.hpp: Fix include --- include/fc/rpc/cli.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fc/rpc/cli.hpp b/include/fc/rpc/cli.hpp index a25e424..dbc6d96 100644 --- a/include/fc/rpc/cli.hpp +++ b/include/fc/rpc/cli.hpp @@ -3,6 +3,7 @@ #include #include #include +#include #include namespace fc { namespace rpc {