diff --git a/src/rpc/cli.cpp b/src/rpc/cli.cpp index 9441894..1525cb2 100644 --- a/src/rpc/cli.cpp +++ b/src/rpc/cli.cpp @@ -23,6 +23,9 @@ # endif # undef HAVE_READLINE # endif +# ifdef WIN32 +# include +# endif #endif namespace fc { namespace rpc {