macOS / new boost build fixes.
[dcpomatic.git] / src / wx / content_advanced_dialog.cc
index 79e6da9fad76957bd9ba7bbd870aeb8e4e86c958..8ab2e8dc07e20353fb92b336d89b7b6d950f0498 100644 (file)
@@ -37,6 +37,9 @@ using std::vector;
 using boost::bind;
 using boost::dynamic_pointer_cast;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif