Browse Source

Quick way to get mingw to build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
94191f916a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      source/modules/juce_core/threads/juce_WaitableEvent.h

+ 4
- 0
source/modules/juce_core/threads/juce_WaitableEvent.h View File

@@ -20,6 +20,10 @@
==============================================================================
*/
#if JUCE_MINGW
#include "../../hylia/mingw-std-threads/mingw.condition_variable.h"
#endif
namespace juce
{


Loading…
Cancel
Save