diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index febf188fd77..93a513ef742 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -16,6 +16,7 @@ extern crate rustc_serialize; extern crate serde; extern crate url; extern crate util; +extern crate webrender_traits; pub mod constellation_msg; pub mod webdriver_msg; |