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 bff6eeca1ac..935a7631e23 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -36,6 +36,7 @@ extern crate log; extern crate msg; extern crate net_traits; extern crate ordered_float; +extern crate parking_lot; #[macro_use] #[no_link] extern crate plugins as servo_plugins; |