C++11 tidying.
[dcpomatic.git] / src / wx / recreate_chain_dialog.cc
index e477cdc1f1e19cb1799c5dd79e1974d90b33e184..92e71af3497f1c05645e5a00144f7daed466cc7f 100644 (file)
 #include "static_text.h"
 #include "check_box.h"
 #include "lib/config.h"
-#include "lib/cinema_kdms.h"
-#include <boost/foreach.hpp>
 
 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<Config::Nag> nag)
        : QuestionDialog (parent, _("Certificate chain"), title, cancel)