Fix no-std build.

This commit is contained in:
Stephen Chung
2020-11-22 17:49:00 +08:00
parent d3f3894126
commit 6222f14fcb
3 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ use super::logic::LogicPackage;
use super::string_basic::BasicStringPackage;
use crate::fn_native::{CallableFunction, FnCallArgs};
use crate::stdlib::{any::TypeId, iter::empty};
use crate::stdlib::{any::TypeId, boxed::Box, iter::empty};
use crate::{
calc_script_fn_hash, def_package, FnAccess, FnNamespace, ImmutableString, NativeCallContext,
INT,