Skip to content

Commit

Permalink
fix build in no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocryk committed Mar 10, 2023
1 parent ebd5883 commit 1ea9b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/stack/precompile.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::{Context, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed, Transfer};
use alloc::collections::BTreeMap;
use alloc::{collections::BTreeMap, vec::Vec};
use primitive_types::{H160, H256};

/// A precompile result.
Expand Down

0 comments on commit 1ea9b83

Please sign in to comment.