X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.cc;h=8cb31baec457d1ad3a1580d7cf95741fe4bd24c5;hb=refs%2Fheads%2Fnew-boost-fixes;hp=6bfc0da4cbd15816fcaca9203aa4279b08a768fc;hpb=7c5e4e6b7a29db93184a57076d05193a8360561d;p=dcpomatic.git diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index 6bfc0da4c..8cb31baec 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -38,6 +38,9 @@ using std::cout; using std::vector; using boost::optional; using boost::bind; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif static string column (TrustedDevice d)