Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-21 23:29:52 +02:00
parent 8ca41ccf9e
commit 4c7ddd63b3
2 changed files with 1 additions and 1 deletions

View file

@ -10,6 +10,7 @@ use crate::gecko_bindings::bindings;
use crate::parallel::STYLE_THREAD_STACK_SIZE_KB;
use crate::shared_lock::SharedRwLock;
use crate::thread_state;
#[cfg(feature = "gecko")]
use gecko_profiler;
use parking_lot::{RwLock, RwLockReadGuard};
use rayon;