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 13923b16b6e..af96cb541a4 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -12,6 +12,7 @@ extern crate bitflags; extern crate heapsize; extern crate hyper; +extern crate hyper_serde; extern crate ipc_channel; extern crate serde; extern crate url; |