diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 93ba1dba8a4..1ef6668d9bd 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -61,6 +61,7 @@ extern crate phf; extern crate profile_traits; extern crate rand; extern crate ref_slice; +extern crate regex; extern crate rustc_serialize; extern crate script_traits; extern crate selectors; |