macOS / new boost build fixes.
[dcpomatic.git] / src / wx / content_menu.cc
index d3115ce490f5598dbfe46d3ae2f05eb32e9e1cb7..3c3b1ed3ada6496385e524da5f0689b94d1a4fae 100644 (file)
@@ -54,6 +54,10 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 
 enum {
        /* Start at 256 so we can have IDs on _cpl_menu from 1 to 255 */