diff options
Diffstat (limited to 'tests/unit/profile/lib.rs')
-rw-r--r-- | tests/unit/profile/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/profile/lib.rs b/tests/unit/profile/lib.rs index 2b97cd68cb3..a67e211ad7b 100644 --- a/tests/unit/profile/lib.rs +++ b/tests/unit/profile/lib.rs @@ -8,5 +8,6 @@ extern crate ipc_channel; extern crate profile; extern crate profile_traits; extern crate servo_allocator; +extern crate servo_config; mod time; |