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 b2aaa006a2a..e71616dafed 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -16,6 +16,7 @@ #![plugin(plugins)] extern crate app_units; +extern crate atomic_refcell; #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; |