fix to allow windows to compile

This commit is contained in:
Darren Schroeder 2021-10-11 13:58:10 -05:00
parent 020143d050
commit ea9aad9b5d

View file

@ -1,4 +1,5 @@
use std::env::current_dir;
#[cfg(unix)]
use std::os::unix::prelude::FileTypeExt;
use std::path::PathBuf;