aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 3386f812186..fe1957d7c4e 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -56,6 +56,7 @@ extern crate log;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate matches;
+extern crate num_integer;
extern crate num_traits;
extern crate ordered_float;
extern crate quickersort;
@@ -101,6 +102,7 @@ pub mod sequential;
pub mod sink;
pub mod str;
pub mod stylesheets;
+pub mod thread_state;
mod tid;
pub mod timer;
pub mod traversal;