Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / text_view.cc
index 271e02d41a357a4050a27715362c0d921a0f0564..66c1446285e5f8cf6cd60859cb737552971d9ba9 100644 (file)
@@ -36,6 +36,9 @@ using boost::weak_ptr;
 using boost::bind;
 using boost::dynamic_pointer_cast;
 using namespace dcpomatic;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 TextView::TextView (
        wxWindow* parent, shared_ptr<Film> film, shared_ptr<Content> content, shared_ptr<TextContent> text, shared_ptr<Decoder> decoder, weak_ptr<FilmViewer> viewer