From 94191f916aeae969e3397fd6ae74677ac01a176c Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 21 Apr 2020 11:03:07 +0100 Subject: [PATCH] Quick way to get mingw to build Signed-off-by: falkTX --- source/modules/juce_core/threads/juce_WaitableEvent.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/modules/juce_core/threads/juce_WaitableEvent.h b/source/modules/juce_core/threads/juce_WaitableEvent.h index 3e31a9772..dd4685aa6 100644 --- a/source/modules/juce_core/threads/juce_WaitableEvent.h +++ b/source/modules/juce_core/threads/juce_WaitableEvent.h @@ -20,6 +20,10 @@ ============================================================================== */ +#if JUCE_MINGW +#include "../../hylia/mingw-std-threads/mingw.condition_variable.h" +#endif + namespace juce {