Skip to content

Commit

Permalink
fix compilation errors on the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pahonen committed Feb 4, 2025
1 parent 12586b0 commit 83074da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/flute-sender/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use flute::{
core::UDPEndpoint,
sender::{Cenc, ObjectDesc, Sender},
core::lct::Cenc,
sender::{ObjectDesc, Sender},
};
use std::{net::UdpSocket, time::SystemTime};

Expand Down Expand Up @@ -46,6 +47,7 @@ fn main() {
None,
None,
None,
None,
Cenc::Null,
true,
None,
Expand Down

0 comments on commit 83074da

Please sign in to comment.