Skip to content

Commit

Permalink
Use new header location for boost::bind, resolve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Sep 11, 2023
1 parent 950eb20 commit 244513f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/epee/include/net/http_server_impl_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>

#include "net/http_server_cp2.h"
#include "net/http_server_handlers_map2.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/epee/include/net/jsonrpc_server_impl_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define JSONRPC_SERVER_IMPL_BASE_H

#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>

#include "net/jsonrpc_protocol_handler.h"
#include "net/jsonrpc_server_handlers_map.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/epee/tests/src/net/test_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#pragma once

#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>

#include "net/levin_server_cp2.h"
#include "storages/abstract_invoke.h"
Expand Down
2 changes: 1 addition & 1 deletion src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <algorithm>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/thread/thread.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <atomic>

#include "string_tools.h"
Expand Down

0 comments on commit 244513f

Please sign in to comment.