Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / html_dialog.cc
index 873aa718cf5026da1bd3b29c1cca1395b1dae0aa..57038f77f6d533301bd77450c4b157b141cb40a6 100644 (file)
@@ -29,6 +29,10 @@ DCPOMATIC_DISABLE_WARNINGS
 DCPOMATIC_ENABLE_WARNINGS
 #include <iostream>
 
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 HTMLDialog::HTMLDialog (wxWindow* parent, wxString title, wxString html)
        : wxDialog (parent, wxID_ANY, title)
 {