aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index c8cc8a9770c..4c2ef7f6746 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -31,6 +31,7 @@ extern crate alloc;
extern crate euclid;
extern crate getopts;
extern crate html5ever;
+extern crate hyper;
extern crate ipc_channel;
extern crate js;
extern crate layers;
@@ -39,6 +40,7 @@ extern crate num as num_lib;
extern crate num_cpus;
extern crate rand;
extern crate rustc_serialize;
+extern crate selectors;
extern crate serde;
extern crate smallvec;
extern crate string_cache;