From b359b2248237868732a605096ca7b3f4376d6774 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 23 Jan 2016 22:46:59 +0100 Subject: Possible fix to missing std::mutex in mingw. --- src/audiocachefile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/audiocachefile.h') 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 +#include "mutex.h" + class CacheChannel { public: size_t channel; -- cgit v1.2.3