From 5319630453ffdcddbde3337e45466488d35027a7 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sat, 10 Feb 2024 20:41:54 +0100 Subject: [PATCH] Windows fix --- src/sounddep/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sounddep/sound.cpp b/src/sounddep/sound.cpp index f616dec2..f4f21ad0 100644 --- a/src/sounddep/sound.cpp +++ b/src/sounddep/sound.cpp @@ -4,7 +4,7 @@ // clang-format off #include -#include +//#include #include "sysconfig.h" #include "sysdeps.h"