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 88f08610eba..62da36cff87 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -47,6 +47,7 @@ extern crate profile_traits; extern crate range; extern crate rustc_serialize; extern crate script; +extern crate script_layout_interface; extern crate script_traits; extern crate selectors; extern crate serde_json; |