diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 8e0e45d2bda..98745ef2b3e 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -79,6 +79,8 @@ extern crate selectors; #[cfg(feature = "servo")] extern crate servo_url; extern crate smallvec; #[macro_use] +extern crate style_derive; +#[macro_use] extern crate style_traits; extern crate time; #[allow(unused_extern_crates)] |