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 a39e7af2eb2..8fa25f2f069 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -44,6 +44,7 @@ extern crate plugins as servo_plugins; extern crate profile_traits; #[macro_use] extern crate range; +extern crate rayon; extern crate script_layout_interface; extern crate script_traits; extern crate serde; |