From 909567fe6da7af8a6b99ae86e293698cb9b4bae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 14 Feb 2023 15:28:00 +0100 Subject: [PATCH] Fix compilation --- xcm/src/v3/junction.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcm/src/v3/junction.rs b/xcm/src/v3/junction.rs index 57877f95450c..a287ea9155e5 100644 --- a/xcm/src/v3/junction.rs +++ b/xcm/src/v3/junction.rs @@ -24,10 +24,13 @@ use crate::{ }, VersionedMultiLocation, }; -use bounded_collections::{BoundedSlice, BoundedVec, ConstU32}; use core::convert::{TryFrom, TryInto}; use parity_scale_codec::{self, Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; +use sp_core::{ + bounded::{BoundedSlice, BoundedVec}, + ConstU32, +}; /// A global identifier of a data structure existing within consensus. ///