From d1087f3091726ffbe14b44655d848d00a1f14201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Rodriguez?= Date: Thu, 22 Feb 2024 18:50:33 -0300 Subject: [PATCH] fix import (#2674) --- runtime/common/src/migrations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/common/src/migrations.rs b/runtime/common/src/migrations.rs index 1b71ff2d14..ce3ac01f33 100644 --- a/runtime/common/src/migrations.rs +++ b/runtime/common/src/migrations.rs @@ -36,7 +36,7 @@ use pallet_parachain_staking::{Round, RoundIndex, RoundInfo}; use parity_scale_codec::{Decode, Encode}; use sp_consensus_slots::Slot; use sp_core::Get; -use sp_std::{marker::PhantomData, prelude::*}; +use sp_std::{marker::PhantomData, prelude::*, vec}; #[derive(Copy, Clone, PartialEq, Eq, Encode, Decode)] pub struct OldRoundInfo {