Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / html_dialog.cc
index b5f86e7a131de7c823fd4cb293e0d82d069f7e99..718d546c35e4d4d50b81e0713de63ac56ccce30b 100644 (file)
 #include <wx/fs_mem.h>
 #include <iostream>
 
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 HTMLDialog::HTMLDialog (wxWindow* parent, wxString title, wxString html)
        : wxDialog (parent, wxID_ANY, title)
 {