X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fclosed_captions_dialog.cc;h=5522e5c4cfb35df9142fad3b23ab42d7798030c9;hb=refs%2Ftags%2Fv2.15.104;hp=666547d16b5f00dad69aa65180566e67eb96d98d;hpb=dec38a44157da230e1dbd0dc3b7b0860c6859493;p=dcpomatic.git diff --git a/src/wx/closed_captions_dialog.cc b/src/wx/closed_captions_dialog.cc index 666547d16..5522e5c4c 100644 --- a/src/wx/closed_captions_dialog.cc +++ b/src/wx/closed_captions_dialog.cc @@ -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)