macOS / new boost build fixes.
[dcpomatic.git] / src / wx / audio_plot.cc
index b8b14b2e699762ac0a061b8dbcd9474bfbe8c075..35f2c93add67a64bd040aa744a4a73d8e8ec2f85 100644 (file)
@@ -39,6 +39,9 @@ using boost::bind;
 using boost::optional;
 using boost::shared_ptr;
 using boost::weak_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 int const AudioPlot::_minimum = -70;