Rename _texture -> _video_texture.
[dcpomatic.git] / src / wx / recreate_chain_dialog.cc
index ae6afdd08d46c5bf10dfb588ed48a4619da3a4bb..92e71af3497f1c05645e5a00144f7daed466cc7f 100644 (file)
 #include "static_text.h"
 #include "check_box.h"
 #include "lib/config.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)