mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Adds missing header for lock_guard and mutex.
This commit is contained in:
parent
7431d56166
commit
95e98323c5
@ -1,8 +1,9 @@
|
||||
#ifndef AUDIOSOURCE_H
|
||||
#define AUDIOSOURCE_H
|
||||
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
#include <QIODevice>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user