aboutsummaryrefslogtreecommitdiff
path: root/server/replaytool
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-12-12 21:08:37 +0100
committermetamuffin <metamuffin@disroot.org>2025-12-12 21:08:37 +0100
commit79642553215b48fee2c4f3eaaa6b983bad06aaa4 (patch)
tree91929ed19724e18a23d523a59a37f5a0bcb8dba3 /server/replaytool
parent38c7ce80b6e21919c7a1a0aa5a0e0f84b1f3892b (diff)
downloadhurrycurry-79642553215b48fee2c4f3eaaa6b983bad06aaa4.tar
hurrycurry-79642553215b48fee2c4f3eaaa6b983bad06aaa4.tar.bz2
hurrycurry-79642553215b48fee2c4f3eaaa6b983bad06aaa4.tar.zst
fix windows compile
Diffstat (limited to 'server/replaytool')
-rw-r--r--server/replaytool/src/render.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/replaytool/src/render.rs b/server/replaytool/src/render.rs
index fa6e2fc4..b3290e07 100644
--- a/server/replaytool/src/render.rs
+++ b/server/replaytool/src/render.rs
@@ -17,9 +17,7 @@
*/
use crate::replay::replay;
-#[cfg(unix)]
-use anyhow::Context;
-use anyhow::{Result, anyhow};
+use anyhow::{Context, Result, anyhow};
use log::info;
use std::{path::PathBuf, random::random, str::FromStr};
use tokio::{