From c0128d86f4d69a7e678413fb77435a1c6920cbab Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 4 Mar 2024 22:55:25 +0800 Subject: [PATCH] fix ci --- libs/portable/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/portable/build.rs b/libs/portable/build.rs index be469ab17..74e7cc70e 100644 --- a/libs/portable/build.rs +++ b/libs/portable/build.rs @@ -1,6 +1,7 @@ fn main() { #[cfg(windows)] { + use std::io::Write; let mut res = winres::WindowsResource::new(); res.set_icon("../../res/icon.ico") .set_language(winapi::um::winnt::MAKELANGID(