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 4d17ad41cb1..cb2576dba5c 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -75,6 +75,7 @@ extern crate unicode_script; extern crate url; #[macro_use] extern crate util; +extern crate webrender_traits; pub use paint_context::PaintContext; |