mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix build with recent boost where io_service was removed (deprecated since many releases)
This commit is contained in:
parent
764157ddeb
commit
4819f2de21
@ -205,7 +205,7 @@ GncFQQuoteSource::run_cmd (const StrVec& args, const std::string& json_string) c
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
std::future<std::vector<char> > out_buf, err_buf;
|
std::future<std::vector<char> > out_buf, err_buf;
|
||||||
boost::asio::io_service svc;
|
boost::asio::io_context svc;
|
||||||
|
|
||||||
auto input_buf = bp::buffer (json_string);
|
auto input_buf = bp::buffer (json_string);
|
||||||
bp::child process;
|
bp::child process;
|
||||||
|
Loading…
Reference in New Issue
Block a user