diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-26 12:15:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-27 08:28:02 +0200 |
| commit | 839c9712b0d86e13051acad0b273df24172dc430 (patch) | |
| tree | 6339e83adeddac520bfd3a5edd2839e7ec5e4174 /src/wx/audio_backend.h | |
| parent | 98b7a493933a5a47c6e1abb21ef2710ad2730a0e (diff) | |
Fix build with RtAudio 6.
Diffstat (limited to 'src/wx/audio_backend.h')
| -rw-r--r-- | src/wx/audio_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_backend.h b/src/wx/audio_backend.h index aa4adf13c..faca6eb0a 100644 --- a/src/wx/audio_backend.h +++ b/src/wx/audio_backend.h @@ -24,6 +24,7 @@ LIBDCP_DISABLE_WARNINGS #include <RtAudio.h> LIBDCP_ENABLE_WARNINGS #include <boost/optional.hpp> +#include <boost/thread/mutex.hpp> |
