Skip to content

Commit

Permalink
Fix another Windows compilation failure that was introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
groves committed Jul 25, 2022
1 parent 6e251fb commit e4d16b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event.rs
Expand Up @@ -74,6 +74,7 @@

use std::fmt;
use std::hash::{Hash, Hasher};
use std::io;
use std::time::Duration;

use bitflags::bitflags;
Expand Down

0 comments on commit e4d16b1

Please sign in to comment.