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 d4a296bada5..5bcc7a574b9 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -52,6 +52,7 @@ extern crate hashglobe; #[cfg(feature = "servo")] #[macro_use] extern crate html5ever; +extern crate indexmap; extern crate itertools; extern crate itoa; #[macro_use] |