Skip to content

Commit

Permalink
fix build with recent boost where io_service was removed (deprecated …
Browse files Browse the repository at this point in the history
…since many releases)
  • Loading branch information
landryb committed Nov 25, 2024
1 parent 764157d commit 4819f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgnucash/app-utils/gnc-quotes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ GncFQQuoteSource::run_cmd (const StrVec& args, const std::string& json_string) c
try
{
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);
bp::child process;
Expand Down

0 comments on commit 4819f2d

Please sign in to comment.