Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ba79099 authored by Andrew Walbran's avatar Andrew Walbran
Browse files

Fix build failure.

Bug: 264234030
Bug: 261037227
Test: m bt_topshim_facade
Change-Id: I6eda138ad47e741078bbe70ffece5c906891c034
parent 1b2f9cbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ use crate::profiles::hf_client::bindings::bthf_client_interface_t;
use crate::topstack::get_dispatchers;
use crate::utils::{LTCheckedPtr, LTCheckedPtrMut};

use num_derive::{FromPrimitive, ToPrimitive};
use num_traits::cast::FromPrimitive;
use std::sync::{Arc, Mutex};
use topshim_macros::{cb_variant, profile_enabled_or};