Skip to content

Commit

Permalink
compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Feb 22, 2024
1 parent 7b42536 commit eccce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-plugin-ros1/tests/aloha_declaration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use std::{
};

use async_std::{prelude::FutureExt, sync::Mutex};
use zenoh::{prelude::OwnedKeyExpr, OpenBuilder, Session};
use zenoh::{prelude::OwnedKeyExpr, OpenBuilder, Session, SessionDeclarations};
use zenoh_core::{AsyncResolve, Result as ZResult, SyncResolve};
use zenoh_plugin_ros1::ros_to_zenoh_bridge::{
aloha_declaration, aloha_subscription, test_helpers::IsolatedConfig,
Expand Down

0 comments on commit eccce60

Please sign in to comment.