macOS / new boost build fixes.
[dcpomatic.git] / src / wx / closed_captions_dialog.cc
index 666547d16b5f00dad69aa65180566e67eb96d98d..5522e5c4cfb35df9142fad3b23ab42d7798030c9 100644 (file)
@@ -35,6 +35,9 @@ using std::make_pair;
 using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 ClosedCaptionsDialog::ClosedCaptionsDialog (wxWindow* parent, FilmViewer* viewer)