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 99da454616d..80fe5ced4aa 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -72,6 +72,7 @@ extern crate smallvec; extern crate string_cache; extern crate style; extern crate time; +extern crate unicode_script; extern crate url; |