From 19818dc3b3f30b2efaa6d5bab5d8af5150d398fd Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sat, 14 Jan 2023 00:21:55 +0000 Subject: [PATCH] Fix for fix of mac build! --- audiodevices.h | 1 + 1 file changed, 1 insertion(+) diff --git a/audiodevices.h b/audiodevices.h index ead71a8..42b242b 100644 --- a/audiodevices.h +++ b/audiodevices.h @@ -14,6 +14,7 @@ #include #ifndef Q_OS_LINUX +#include "RtAudio.h" #else #include "rtaudio/RtAudio.h" #endif