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 f9b2953d453..4baa68eeca5 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -28,6 +28,7 @@ extern crate lazy_static; extern crate log; #[macro_use] extern crate matches; +extern crate msg; extern crate num; extern crate rustc_serialize; #[macro_use(state_pseudo_classes)] extern crate selectors; |