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 20a1b3323d4..f12335d9c04 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -18,6 +18,7 @@ #![plugin(string_cache_plugin)] #![plugin(plugins)] +extern crate app_units; #[macro_use] extern crate bitflags; #[macro_use] |