Skip to content

Commit eff503b

Browse files
committed
Cherry-pick unmerged microsoft#1706 from upstream
1 parent 3dcaa8b commit eff503b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Release/src/http/client/http_client_asio.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
#include <boost/asio/ssl.hpp>
3131
#include <boost/asio/ssl/error.hpp>
3232
#include <boost/asio/steady_timer.hpp>
33-
#include <boost/bind.hpp>
33+
// Cherry pick https://github.com/microsoft/cpprestsdk/pull/1706
34+
#include <boost/bind/bind.hpp>
3435
#if defined(__clang__)
3536
#pragma clang diagnostic pop
3637
#endif

0 commit comments

Comments
 (0)