From eec481037ee9ca618fe1245432c09994a4488b95 Mon Sep 17 00:00:00 2001 From: sakertooth Date: Mon, 11 Sep 2023 23:47:04 -0400 Subject: [PATCH] Include condition_variable header --- include/AudioEngineWorkerThread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/AudioEngineWorkerThread.h b/include/AudioEngineWorkerThread.h index 25777e2f600..0562e1abbbd 100644 --- a/include/AudioEngineWorkerThread.h +++ b/include/AudioEngineWorkerThread.h @@ -28,6 +28,7 @@ #include #include +#include class QWaitCondition;