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 5a5de4da89e..ce24b697444 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -52,6 +52,7 @@ extern crate net_traits; extern crate ordered_float; extern crate range; #[macro_use] extern crate serde; +extern crate servo_arc; extern crate servo_geometry; extern crate servo_url; #[macro_use] extern crate servo_atoms; |