mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-13 00:48:05 -05:00
* Remove mingw-std-threads from 3rd party deps and use native libs/headers instead * switch MinGW to POSIX in CI
4 lines
65 B
C
4 lines
65 B
C
#include <condition_variable>
|
|
#include <mutex>
|
|
#include <thread>
|