You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
470B

  1. diff --git a/modules/juce_core/threads/juce_WaitableEvent.h b/modules/juce_core/threads/juce_WaitableEvent.h
  2. index 3e31a9772..766d45f75 100644
  3. --- a/modules/juce_core/threads/juce_WaitableEvent.h
  4. +++ b/modules/juce_core/threads/juce_WaitableEvent.h
  5. @@ -20,6 +20,10 @@
  6. ==============================================================================
  7. */
  8. +#if JUCE_MINGW
  9. +#include "mingw-std-threads/mingw.condition_variable.h"
  10. +#endif
  11. +
  12. namespace juce
  13. {