Skip to content

Commit

Permalink
Add mutex header
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Sep 21, 2023
1 parent fa3bbbf commit cfa70de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/AudioEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@

#ifdef __MINGW32__
#include <mingw.condition_variable.h>
#include <mingw.mutex.h>
#else
#include <condition_variable>
#include <mutex>
#endif

#if (QT_VERSION >= QT_VERSION_CHECK(5,14,0))
Expand Down

0 comments on commit cfa70de

Please sign in to comment.