diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index af04ce3476b..c5be037e694 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -80,6 +80,7 @@ extern crate unicode_script; extern crate url; extern crate util; extern crate webrender_traits; +extern crate xi_unicode; pub use paint_context::PaintContext; |