Skip to content

Commit

Permalink
Cherry-pick unmerged microsoft#1706 from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
john-forrest committed Aug 28, 2024
1 parent 3dcaa8b commit eff503b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Release/src/http/client/http_client_asio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
#include <boost/asio/ssl.hpp>
#include <boost/asio/ssl/error.hpp>
#include <boost/asio/steady_timer.hpp>
#include <boost/bind.hpp>
// Cherry pick https://github.com/microsoft/cpprestsdk/pull/1706
#include <boost/bind/bind.hpp>
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
Expand Down

0 comments on commit eff503b

Please sign in to comment.