diff options
Diffstat (limited to 'components/style/animation.rs')
-rw-r--r-- | components/style/animation.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/animation.rs b/components/style/animation.rs index c10663e99f7..6fac559a777 100644 --- a/components/style/animation.rs +++ b/components/style/animation.rs @@ -25,6 +25,7 @@ use crate::values::computed::TimingFunction; use crate::values::generics::box_::AnimationIterationCount; use crate::values::generics::easing::{StepPosition, TimingFunction as GenericTimingFunction}; use crate::Atom; +#[cfg(feature = "servo")] use crossbeam_channel::Sender; use servo_arc::Arc; use std::fmt; |