Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / audio_mapping_view.cc
index e1c96fdebe962d35784f5940c63aa03a52ed9a33..438b1e8569037ba557d192191f3f74792e28656f 100644 (file)
@@ -49,6 +49,9 @@ using std::pair;
 using std::make_pair;
 using boost::shared_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::locale_convert;
 
 #define INDICATOR_SIZE 20