summaryrefslogtreecommitdiff
path: root/src/audiocachefile.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-01-23 22:46:59 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-01-23 22:46:59 +0100
commitb359b2248237868732a605096ca7b3f4376d6774 (patch)
tree003dd61d650ffcb708775feb11101c7f0628fbcc /src/audiocachefile.h
parent1ea7f90eec9e1c9d68dd840edafe9b831200743d (diff)
Possible fix to missing std::mutex in mingw.
Diffstat (limited to 'src/audiocachefile.h')
-rw-r--r--src/audiocachefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audiocachefile.h b/src/audiocachefile.h
index 2ed1d47..2f988e2 100644
--- a/src/audiocachefile.h
+++ b/src/audiocachefile.h
@@ -35,6 +35,8 @@
#include <audiotypes.h>
+#include "mutex.h"
+
class CacheChannel {
public:
size_t channel;