From 3e2862c4bd1cf5ec37b5522adca73f3d10b5ccb0 Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Sat, 26 Oct 2024 14:05:27 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Add=20missing=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/windows/processes.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows/processes.rs b/src/windows/processes.rs index 9371c47..2509a6f 100644 --- a/src/windows/processes.rs +++ b/src/windows/processes.rs @@ -5,6 +5,7 @@ use std::{ error::Error, fmt::{Display, Formatter, Result as FormatterResult}, + mem::size_of, }; use windows::{ core::{Owned, HSTRING},