diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-23 22:46:59 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-23 22:46:59 +0100 |
commit | b359b2248237868732a605096ca7b3f4376d6774 (patch) | |
tree | 003dd61d650ffcb708775feb11101c7f0628fbcc /src/audiocachefile.h | |
parent | 1ea7f90eec9e1c9d68dd840edafe9b831200743d (diff) |
Possible fix to missing std::mutex in mingw.
Diffstat (limited to 'src/audiocachefile.h')
-rw-r--r-- | src/audiocachefile.h | 2 |
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; |