Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Add boost/asio/io_context.hpp header to transaction_metadata.hpp for branch release/1.8.x #7372

Merged
merged 1 commit into from
May 16, 2019

Conversation

johndebord
Copy link
Contributor

Prior to this change it is possible for the build to fail with the following dependency error:

In file included from /Users/john.debord/eosio/eos-develop/libraries/chain/resource_limits.cpp:4:
/Users/john.debord/eosio/eos-develop/libraries/chain/include/eosio/chain/transaction_metadata.hpp:63:90: error: no type named 'io_context' in namespace 'boost::asio'
      static void start_recover_keys( const transaction_metadata_ptr& mtrx, boost::asio::io_context& thread_pool,
                                                                            ~~~~~~~~~~~~~^

Now this is not so.

@johndebord johndebord merged commit 7fa1829 into release/1.8.x May 16, 2019
@johndebord johndebord deleted the missing-include-patch-1.8.x-io_context branch May 21, 2019 16:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants