From c4e2e9be219177657b00fe44c4694f5a167c0957 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Apr 2019 12:34:47 +0100 Subject: [PATCH 1/1] Fix case of include filename. This shouldn't matter for Windows hosts but it is necessary for cross compiling from Linux. --- RtAudio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RtAudio.cpp b/RtAudio.cpp index 264d5f6..b185f97 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -3778,7 +3778,7 @@ static const char* getAsioErrorString( ASIOError result ) #include #include #include -#include +#include #ifndef MF_E_TRANSFORM_NEED_MORE_INPUT #define MF_E_TRANSFORM_NEED_MORE_INPUT _HRESULT_TYPEDEF_(0xc00d6d72) -- 2.30.2