diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 85f70270148..498e91fb206 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -52,6 +52,7 @@ extern crate serde_json; extern crate smallvec; #[macro_use(atom, ns)] extern crate string_cache; extern crate style; +extern crate style_traits; extern crate time; extern crate unicode_bidi; extern crate unicode_script; |