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 44f8f49c056..837945eff81 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -41,6 +41,7 @@ extern crate style; extern crate "plugins" as servo_plugins; extern crate net; extern crate msg; +extern crate selectors; #[macro_use] extern crate "util" as servo_util; |