Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / content_panel.cc
index ef770484c3928ba01d85c719bd9cd5c120629a54..3a162d7713504981139c847925a27b0962ecb824 100644 (file)
@@ -62,6 +62,9 @@ using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 using boost::optional;
 using namespace dcpomatic;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 class LimitedSplitter : public wxSplitterWindow
 {