macOS / new boost build fixes.
[dcpomatic.git] / src / tools / dcpomatic_player.cc
index 9b88ee2c3663297af31c94b0a5be4a17bf4d8c37..a82e67b88d7d6c09d2340c31571a9aa376aee116 100644 (file)
@@ -95,6 +95,9 @@ using boost::optional;
 using boost::dynamic_pointer_cast;
 using boost::thread;
 using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::raw_convert;
 using namespace dcpomatic;