Skip to content

Commit

Permalink
fix std import for frozen-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 24, 2024
1 parent c0a3a0d commit 04eb35c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/fee-calculator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#![no_std]

use log::*;
#[cfg(feature = "frozen-abi")]
extern crate std;

#[repr(C)]
#[cfg_attr(feature = "frozen-abi", derive(solana_frozen_abi_macro::AbiExample))]
Expand Down

0 comments on commit 04eb35c

Please sign in to comment.