Skip to content

Commit

Permalink
nostd
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Oct 30, 2023
1 parent 5ac0a74 commit f27dc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/math_utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub use is_prime::is_prime;

use core::cmp::min;

use crate::stdlib::{boxed::Box, ops::Shr};
use crate::stdlib::{boxed::Box, ops::Shr, prelude::Vec};
use crate::types::errors::math_errors::MathError;
use crate::utils::{felt_to_biguint, CAIRO_PRIME};
use crate::Felt252;
Expand Down

0 comments on commit f27dc43

Please sign in to comment.