We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ff468f + 081f45e commit 18cd21eCopy full SHA for 18cd21e
src/cli/tls_proxy.cpp
@@ -19,7 +19,7 @@
19
#include <vector>
20
21
#include <boost/asio.hpp>
22
- #include <boost/bind.hpp>
+ #include <boost/bind/bind.hpp>
23
24
#include <botan/hex.h>
25
#include <botan/pkcs8.h>
src/examples/tls_stream_client.cpp
@@ -11,7 +11,7 @@
11
12
13
#include <boost/beast.hpp>
14
15
16
namespace http = boost::beast::http;
17
namespace ap = boost::asio::placeholders;
src/tests/unit_asio_stream.cpp
@@ -18,7 +18,6 @@
18
#include <botan/tls_session_manager_noop.h>
#include <boost/beast/_experimental/test/stream.hpp>
#include <utility>
namespace Botan_Tests {
0 commit comments