diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 62068621467..c9b1c5bb76a 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -24,6 +24,7 @@ #[macro_use] extern crate log; +extern crate azure; extern crate alloc; #[macro_use] extern crate bitflags; extern crate cssparser; |