Skip to content

Commit

Permalink
Merge pull request #37 from frack113/feat/new-beginning
Browse files Browse the repository at this point in the history
feat: ✨ Add missing import
  • Loading branch information
frack113 authored Oct 26, 2024
2 parents 39598a9 + 3e2862c commit ce00585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows/processes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use std::{
error::Error,
fmt::{Display, Formatter, Result as FormatterResult},
mem::size_of,
};
use windows::{
core::{Owned, HSTRING},
Expand Down

0 comments on commit ce00585

Please sign in to comment.