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/audiocacheeventhandler.h | |
parent | 1ea7f90eec9e1c9d68dd840edafe9b831200743d (diff) |
Possible fix to missing std::mutex in mingw.
Diffstat (limited to 'src/audiocacheeventhandler.h')
-rw-r--r-- | src/audiocacheeventhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audiocacheeventhandler.h b/src/audiocacheeventhandler.h index 014cc00..733c80e 100644 --- a/src/audiocacheeventhandler.h +++ b/src/audiocacheeventhandler.h @@ -32,6 +32,7 @@ #include "thread.h" #include "semaphore.h" +#include "mutex.h" #include "audiocachefile.h" #include "audiocacheidmanager.h" |