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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index ade3543bbe8..2de2e37ea38 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -60,6 +60,8 @@ extern crate ipc_channel;
extern crate js;
#[macro_use]
extern crate jstraceable_derive;
+#[macro_use]
+extern crate lazy_static;
extern crate libc;
#[macro_use]
extern crate log;