diff --git a/src/packages/arithmetic.rs b/src/packages/arithmetic.rs index 7a3b78f9..d72e2e8b 100644 --- a/src/packages/arithmetic.rs +++ b/src/packages/arithmetic.rs @@ -13,7 +13,7 @@ use crate::parser::FLOAT; #[cfg(not(feature = "no_float"))] use num_traits::float::Float; -use crate::stdlib::format; +use crate::stdlib::{format, string::String}; #[inline(always)] pub fn make_err(msg: String) -> Box {