diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index f556dda6eb9..b0e4cff8c62 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -13,6 +13,7 @@ extern crate log; extern crate alloc; extern crate collections; +extern crate cssparser; extern crate geom; extern crate getopts; extern crate layers; |