Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Mar 10, 2024
1 parent b0de30c commit 51a79f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use pop_api_primitives::{
};
use sp_core::crypto::UncheckedFrom;
use sp_runtime::{traits::Dispatchable, DispatchError};
use sp_std::vec::Vec;
use sp_std::{boxed::Box, vec::Vec};
use xcm::{
latest::{prelude::*, OriginKind::SovereignAccount},
VersionedXcm,
Expand Down

0 comments on commit 51a79f8

Please sign in to comment.