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 00bd3896af5..58650b5d3c8 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -49,6 +49,7 @@ extern crate util; extern crate string_cache_macros; extern crate string_cache; +extern crate alloc; extern crate collections; extern crate encoding; extern crate libc; |