aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index b6f10c7fa89..65066b638e0 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -35,6 +35,7 @@ extern crate libc;
extern crate log;
extern crate msg;
extern crate net_traits;
+extern crate ordered_float;
#[macro_use]
#[no_link]
extern crate plugins as servo_plugins;