diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index aa1f91b6c83..e6d87d3e916 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -57,6 +57,7 @@ extern crate log; #[macro_use] extern crate matches; extern crate num_traits; +extern crate ordered_float; extern crate rand; extern crate rustc_serialize; extern crate selectors; |