diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 28312a09440..b5f8c3e961d 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -30,6 +30,7 @@ extern crate "util" as servo_util; extern crate "msg" as servo_msg; extern crate style; extern crate sync; +extern crate time; extern crate url; // Eventually we would like the shaper to be pluggable, as many operating systems have their own |