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 cf0d2f18ea1..a3b78e8c4bd 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -17,6 +17,7 @@ #![deny(unsafe_code)] +#![plugin(heapsize_plugin)] #![plugin(plugins)] extern crate app_units; @@ -30,6 +31,7 @@ extern crate euclid; extern crate fnv; extern crate gfx; extern crate gfx_traits; +extern crate heapsize; extern crate ipc_channel; extern crate layout_traits; extern crate libc; |