aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index d36001b2f3d..171b8081fc2 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -66,6 +66,7 @@ extern crate num_traits;
extern crate ordered_float;
extern crate parking_lot;
extern crate pdqsort;
+#[cfg(feature = "gecko")] extern crate precomputed_hash;
extern crate rayon;
extern crate selectors;
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;