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 0d726a723af..cf3aadf1658 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -74,6 +74,7 @@ extern crate phf;
extern crate profile_traits;
extern crate rand;
extern crate range;
+extern crate ref_filter_map;
extern crate ref_slice;
extern crate regex;
extern crate rustc_serialize;