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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 2567bf9ced0..869b095a882 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -8,6 +8,7 @@
#![allow(unstable)]
extern crate azure;
+#[macro_use] extern crate bitflags;
extern crate geom;
extern crate hyper;
extern crate layers;