Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / content_sub_panel.cc
index e4adc685b03fa11000bb23b25f1c0cb7cb625916..8cf04b93c49112c1047a452fe471bc35a60e6bd4 100644 (file)
@@ -30,6 +30,9 @@
 using std::list;
 using std::string;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 ContentSubPanel::ContentSubPanel (ContentPanel* p, wxString name)
        : wxScrolledWindow (p->notebook(), wxID_ANY)