diff --git a/sdk/fee-calculator/src/lib.rs b/sdk/fee-calculator/src/lib.rs index c30897e03c5e89..5de04ca1effbd2 100644 --- a/sdk/fee-calculator/src/lib.rs +++ b/sdk/fee-calculator/src/lib.rs @@ -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))]