Skip to content

Commit

Permalink
Fixing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Jan 18, 2025
1 parent 27e0dac commit b34e9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/restc-cpp/boost_compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ using boost_const_buffer = boost::asio::const_buffer;
using boost_mutable_buffer = boost::asio::mutable_buffer;
#else
using boost_const_buffer = boost::asio::const_buffers_1;
sing boost_mutable_buffer = boost::asio::mutable_buffers_1;
using boost_mutable_buffer = boost::asio::mutable_buffers_1;
#endif


Expand Down

0 comments on commit b34e9d2

Please sign in to comment.