Skip to content

Commit

Permalink
Update boost to 1.86 (#4743)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev authored Oct 22, 2024
1 parent 4995718 commit 7e7f91b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ set(BOOST_MODULE_LIBS
ratio
rational
regex
scope
scope_exit
serialization
smart_ptr
spirit
Expand Down
1 change: 1 addition & 0 deletions nano/core_test/websocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <gtest/gtest.h>

#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>

#include <chrono>
Expand Down
1 change: 1 addition & 0 deletions nano/lib/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <boost/format.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/numeric/conversion/cast.hpp>

#include <valgrind/valgrind.h>

Expand Down
1 change: 1 addition & 0 deletions nano/nano_wallet/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <nano/rpc/rpc.hpp>
#include <nano/secure/working.hpp>

#include <boost/format.hpp>
#include <boost/make_shared.hpp>
#include <boost/program_options.hpp>
#include <boost/property_tree/json_parser.hpp>
Expand Down
1 change: 1 addition & 0 deletions nano/node/distributed_work.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <nano/node/websocket.hpp>

#include <boost/algorithm/string/erase.hpp>
#include <boost/format.hpp>

std::shared_ptr<request_type> nano::distributed_work::peer_request::get_prepared_json_request (std::string const & request_string_a) const
{
Expand Down
1 change: 1 addition & 0 deletions nano/node/ipc/ipc_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <nano/node/json_handler.hpp>
#include <nano/node/node.hpp>

#include <boost/array.hpp>
#include <boost/endian/conversion.hpp>
#include <boost/property_tree/json_parser.hpp>

Expand Down
1 change: 1 addition & 0 deletions nano/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <nano/store/component.hpp>
#include <nano/store/rocksdb/rocksdb.hpp>

#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>

#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions nano/rpc_test/rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include <gtest/gtest.h>

#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>

#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions nano/test_common/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <nano/test_common/testutil.hpp>

#include <boost/asio.hpp>
#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>

#include <cstdlib>
Expand Down
2 changes: 1 addition & 1 deletion submodules/boost
Submodule boost updated 147 files

0 comments on commit 7e7f91b

Please sign in to comment.