Skip to content

Commit

Permalink
fix: add weight import
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza committed Jan 13, 2025
1 parent 84c46d4 commit c17ec37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));

extern crate alloc;
use crate::weights::constants::RocksDbWeight;
use alloc::vec::Vec;
use interface::*;
#[cfg(feature = "std")]
Expand Down

0 comments on commit c17ec37

Please sign in to comment.