diff --git a/build.rs b/build.rs index 82d4a709..3af40bcd 100644 --- a/build.rs +++ b/build.rs @@ -56,6 +56,7 @@ fn setup_heif() { #[cfg(target_os = "windows")] { + use std::process::Command; Command::new("git") .args(["clone", "https://github.com/Microsoft/vcpkg.git"]) .status()