Skip to content

Commit e994bce

Browse files
committed
Missing import
1 parent a27c2f0 commit e994bce

File tree

1 file changed

+1
-1
lines changed
  • commons/zenoh-codec/src/network

1 file changed

+1
-1
lines changed

commons/zenoh-codec/src/network/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use zenoh_protocol::{
2727
core::{EntityId, Reliability, ZenohIdProto},
2828
network::{
2929
ext::{self, EntityGlobalIdType},
30-
id, NetworkBody, NetworkBodyRef, NetworkMessage, NetworkMessageRef,
30+
id, NetworkBody, NetworkBodyRef, NetworkMessage, NetworkMessageExt, NetworkMessageRef,
3131
},
3232
};
3333

0 commit comments

Comments
 (0)