aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 8922aa37e62..8ea44e68d77 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -67,6 +67,7 @@ extern crate mime_guess;
extern crate mitochondria;
extern crate msg;
extern crate net_traits;
+extern crate nonzero;
extern crate num_traits;
extern crate offscreen_gl_context;
extern crate open;