Fix missing includes in mixer.cpp
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
#include "safeguards.h"
|
||||
#include "mixer.h"
|
||||
|
||||
#include <mutex>
|
||||
#if defined(__MINGW32__)
|
||||
#include "3rdparty/mingw-std-threads/mingw.mutex.h"
|
||||
#endif
|
||||
|
||||
struct MixerChannel {
|
||||
bool active;
|
||||
|
||||
|
Reference in New Issue
Block a user