Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed May 25, 2024
1 parent 650c66e commit 5af1ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libnetwrk/net/core/messages/outgoing_message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace libnetwrk {
requires is_libnetwrk_service_desc<Desc>
class outgoing_message {
public:
using message_t = message<Desc>;
using message_t = libnetwrk::message<Desc>;
using buffer_t = buffer<typename Desc::serialize_t>;

public:
Expand Down

0 comments on commit 5af1ae5

Please sign in to comment.