diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index bb3a3dc20b2..c0c5633ca24 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -11,6 +11,7 @@ extern crate bitflags; extern crate canvas_traits; extern crate euclid; extern crate fnv; +extern crate fxhash; extern crate gfx; extern crate gfx_traits; #[macro_use] extern crate html5ever; |