Fixed Windows build.

This commit is contained in:
Revertron
2025-10-29 16:54:29 +01:00
parent d1bf9163f7
commit bb162bccee
+1
View File
@@ -18,6 +18,7 @@ use alfis::eventbus::{post, register};
use alfis::miner::Miner;
use alfis::{keystore, Block, Bytes, Context, Keystore, Transaction};
use chrono::{Local, Utc};
#[cfg(not(target_os = "windows"))]
use image::GenericImageView;
#[allow(unused_imports)]
use log::{debug, error, info, trace, warn, LevelFilter};