diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-22 14:49:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 14:03:24 +0000 |
| commit | c7de6bc25f1e9fd5af16da541d3346872554757a (patch) | |
| tree | e3e30951869f700a015c06c6da8e073d6b7db834 /src/lib | |
| parent | 810e5dfc0e333537f43649484a2b43d02209d517 (diff) | |
Missing #include.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/ffmpeg_subtitle_stream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 85c4df889..41b545929 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -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 |
