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 e19a5f81c9d..bb3a3dc20b2 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -42,6 +42,7 @@ extern crate style_traits; extern crate unicode_bidi; extern crate unicode_script; extern crate webrender_api; +extern crate xi_unicode; #[macro_use] pub mod layout_debug; |