diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 3f41157c1cd..aab98048a54 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -16,6 +16,8 @@ extern crate log; extern crate range; #[macro_use] extern crate serde; +#[macro_use] +extern crate size_of_test; #[macro_use] pub mod layout_debug; |