diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index d01aad61cd0..248fd0ab19b 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -25,6 +25,7 @@ extern crate servo_config; #[cfg(target_os = "macos")] extern crate task_info; extern crate time as std_time; +extern crate tokio; #[allow(unsafe_code)] mod heartbeats; |