diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-28 23:10:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-28 23:10:56 +0000 |
| commit | e075012124424b77044b5d61885ed2646d3781cd (patch) | |
| tree | 2dcbb52ee8d7871c7764dcfda49f9afeea11d656 /src/lib/ffmpeg_subtitle_stream.h | |
| parent | bfb4de070d078fb4b4ea7cd4dc931439058c7a85 (diff) | |
Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138
Diffstat (limited to 'src/lib/ffmpeg_subtitle_stream.h')
| -rw-r--r-- | src/lib/ffmpeg_subtitle_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 85c4df889..5d5048b10 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -21,6 +21,7 @@ #include "dcpomatic_time.h" #include "rgba.h" #include "ffmpeg_stream.h" +#include <boost/thread/mutex.hpp> #include <map> class FFmpegSubtitleStream : public FFmpegStream |
