diff --git a/pallets/xcm-executor-utils/src/migrations.rs b/pallets/xcm-executor-utils/src/migrations.rs index 06935be..f5b0aca 100644 --- a/pallets/xcm-executor-utils/src/migrations.rs +++ b/pallets/xcm-executor-utils/src/migrations.rs @@ -25,6 +25,7 @@ pub mod v1 { use frame_support::pallet_prelude::*; use staging_xcm::latest::AssetId; use staging_xcm::v3::AssetId as OldAssetId; + use sp_std::vec::Vec; use crate::TrustPolicy;