aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 35aa6444b0f..4c2dd1f999b 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -7,10 +7,12 @@
extern crate azure;
#[macro_use] extern crate bitflags;
+extern crate canvas_traits;
extern crate euclid;
extern crate hyper;
extern crate ipc_channel;
extern crate layers;
+extern crate offscreen_gl_context;
extern crate png;
extern crate rustc_serialize;
extern crate serde;