diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index a73ea6a7a0f..30057310032 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -25,7 +25,8 @@ #[macro_use] extern crate log; -#[macro_use] extern crate bitflags; +#[macro_use]extern crate bitflags; +extern crate azure; extern crate cssparser; extern crate canvas; extern crate geom; |