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 af108249c42..f7ed79be750 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -37,6 +37,7 @@ extern crate script_layout_interface; extern crate script_traits; #[macro_use] extern crate serde; extern crate serde_json; +extern crate servo_atoms; extern crate servo_config; extern crate servo_geometry; extern crate servo_url; |