X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Frecreate_chain_dialog.cc;h=92e71af3497f1c05645e5a00144f7daed466cc7f;hb=f984990795e548e2c4160d17d0fa54a40c8b1311;hp=e477cdc1f1e19cb1799c5dd79e1974d90b33e184;hpb=a7ccdd22a980d1b18ecf4477a912bab7510be14a;p=dcpomatic.git diff --git a/src/wx/recreate_chain_dialog.cc b/src/wx/recreate_chain_dialog.cc index e477cdc1f..92e71af34 100644 --- a/src/wx/recreate_chain_dialog.cc +++ b/src/wx/recreate_chain_dialog.cc @@ -23,12 +23,13 @@ #include "static_text.h" #include "check_box.h" #include "lib/config.h" -#include "lib/cinema_kdms.h" -#include using std::list; using std::string; using boost::optional; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif RecreateChainDialog::RecreateChainDialog (wxWindow* parent, wxString title, wxString message, wxString cancel, optional nag) : QuestionDialog (parent, _("Certificate chain"), title, cancel)