aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index 540ca27067a..8274da13714 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -11,6 +11,7 @@
extern crate log;
extern crate azure;
+#[macro_use] extern crate bitflags;
extern crate collections;
extern crate geom;
extern crate layers;