summaryrefslogtreecommitdiff
path: root/src/lib/analyse_subtitles_job.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-21 09:23:12 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-21 22:22:18 +0200
commit1a7c50245309bb0b99001940b2203a267de942ca (patch)
tree58f5c4c820730a303d2567bc5d5fb727400c85bf /src/lib/analyse_subtitles_job.cc
parentdec38a44157da230e1dbd0dc3b7b0860c6859493 (diff)
macOS / new boost build fixes.v2.15.104
Diffstat (limited to 'src/lib/analyse_subtitles_job.cc')
-rw-r--r--src/lib/analyse_subtitles_job.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/analyse_subtitles_job.cc b/src/lib/analyse_subtitles_job.cc
index 7a1c4ab00..92fb9657c 100644
--- a/src/lib/analyse_subtitles_job.cc
+++ b/src/lib/analyse_subtitles_job.cc
@@ -33,6 +33,9 @@
using std::string;
using boost::shared_ptr;
using boost::weak_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
AnalyseSubtitlesJob::AnalyseSubtitlesJob (shared_ptr<const Film> film, shared_ptr<Content> content)
: Job (film)