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

Commit

Permalink
Merge pull request #7372 from EOSIO/missing-include-patch-1.8.x-io_co…
Browse files Browse the repository at this point in the history
…ntext

Add `boost/asio/io_context.hpp` header to `transaction_metadata.hpp` for branch `release/1.8.x`
  • Loading branch information
John DeBord committed May 16, 2019
2 parents 4e7cc22 + 9fde1c1 commit 7fa1829
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#pragma once
#include <eosio/chain/transaction.hpp>
#include <eosio/chain/types.hpp>
#include <boost/asio/io_context.hpp>
#include <future>

namespace boost { namespace asio {
Expand Down

0 comments on commit 7fa1829

Please sign in to comment.