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 af91126cc4a..26054f0dae0 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -14,6 +14,7 @@ #[phase(plugin, link)] extern crate log; +extern crate cssparser; extern crate geom; extern crate gfx; extern crate layout_traits; |