Skip to content

Commit d1087f3

Browse files
authored
fix import (#2674)
1 parent e2fae82 commit d1087f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/common/src/migrations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use pallet_parachain_staking::{Round, RoundIndex, RoundInfo};
3636
use parity_scale_codec::{Decode, Encode};
3737
use sp_consensus_slots::Slot;
3838
use sp_core::Get;
39-
use sp_std::{marker::PhantomData, prelude::*};
39+
use sp_std::{marker::PhantomData, prelude::*, vec};
4040

4141
#[derive(Copy, Clone, PartialEq, Eq, Encode, Decode)]
4242
pub struct OldRoundInfo<BlockNumber> {

0 commit comments

Comments
 (0)