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

add some needed includes to build with boost 1.79 beta #11079

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libraries/amqp/reliable_amqp_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <boost/asio.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>

namespace eosio {

Expand Down
2 changes: 1 addition & 1 deletion libraries/chainbase
2 changes: 1 addition & 1 deletion libraries/fc
Submodule fc updated 1 files
+2 −0 src/filesystem.cpp
1 change: 1 addition & 0 deletions plugins/trace_api_plugin/test/test_compressed_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <boost/test/included/unit_test.hpp>
#include <list>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>

#include <eosio/trace_api/compressed_file.hpp>
#include <eosio/trace_api/test_common.hpp>
Expand Down
1 change: 1 addition & 0 deletions plugins/trace_api_plugin/test/test_configuration_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <boost/test/included/unit_test.hpp>
#include <list>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>

#include <eosio/trace_api/configuration_utils.hpp>
#include <eosio/trace_api/test_common.hpp>
Expand Down
1 change: 1 addition & 0 deletions programs/eosio-launcher/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <boost/lexical_cast.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>
#include <fc/crypto/private_key.hpp>
#include <fc/crypto/public_key.hpp>
#include <fc/io/json.hpp>
Expand Down