diff options
Diffstat (limited to 'ports/servoshell/headed_window.rs')
-rw-r--r-- | ports/servoshell/headed_window.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/servoshell/headed_window.rs b/ports/servoshell/headed_window.rs index e57e0400389..96317141cec 100644 --- a/ports/servoshell/headed_window.rs +++ b/ports/servoshell/headed_window.rs @@ -11,6 +11,7 @@ use euclid::{ Angle, Point2D, Rotation3D, Scale, Size2D, UnknownUnit, Vector2D, Vector3D, }; +use log::{trace, debug, info}; #[cfg(any(target_os = "linux", target_os = "windows"))] use winit::window::Icon; use winit::event::{ElementState, KeyboardInput, MouseButton, MouseScrollDelta, TouchPhase, VirtualKeyCode}; |