switch asio from standalone to boost
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ void Message::SetContentType(const std::string& media_type,
|
||||
}
|
||||
|
||||
Payload Message::GetPayload() const {
|
||||
using asio::buffer;
|
||||
using boost::asio::buffer;
|
||||
|
||||
Payload payload;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user