diff --git a/src/scope.rs b/src/scope.rs index 4282cfae..2dfff5c9 100644 --- a/src/scope.rs +++ b/src/scope.rs @@ -2,7 +2,7 @@ use crate::dynamic::{Dynamic, Variant}; -use crate::stdlib::{borrow::Cow, iter, string::String, vec::Vec}; +use crate::stdlib::{borrow::Cow, boxed::Box, iter, string::String, vec::Vec}; /// Type of an entry in the Scope. #[derive(Debug, Eq, PartialEq, Hash, Copy, Clone)]