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:26:55 +0200 |
| commit | e9f4e040fcad377debfcf6c849bb8f8778b08591 (patch) | |
| tree | d96fd9fcc24cd434a8932ea339c998de25e01264 /src/wx/audio_backend.h | |
| parent | b607a42e43df747007b6e0c3663ac39eaa0b4742 (diff) | |
Fix build.rtaudio6
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> |
