Skip to content

Commit 950901b

Browse files
committed
fix: add missing imports
1 parent 85b7820 commit 950901b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

maxima-lib/src/util/dll_injector.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
use std::ffi::CString;
1+
use std::ffi::{CString, OsStr};
2+
use std::iter::once;
23
use std::mem;
34
use std::os::windows::ffi::OsStrExt;
45
use std::ptr;

0 commit comments

Comments
 (0)