From cfa70def23ba9a5cd3de511824d8b6ebaef8850b Mon Sep 17 00:00:00 2001 From: sakertooth Date: Thu, 21 Sep 2023 01:35:45 -0400 Subject: [PATCH] Add mutex header --- include/AudioEngine.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/AudioEngine.h b/include/AudioEngine.h index 7a8213e97ee..518e0197bff 100644 --- a/include/AudioEngine.h +++ b/include/AudioEngine.h @@ -29,8 +29,10 @@ #ifdef __MINGW32__ #include +#include #else #include +#include #endif #if (QT_VERSION >= QT_VERSION_CHECK(5,14,0))