macOS / new boost build fixes.
[dcpomatic.git] / src / wx / interop_metadata_dialog.cc
index f91bdcf7fb2259fe9da0c20e9c855664c49ffcd6..186e9bbcdefa9f8baf44ef538a40ddfc0f65cf48 100644 (file)
@@ -29,6 +29,10 @@ using std::string;
 using std::vector;
 using boost::weak_ptr;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 
 static string
 column (dcp::Rating r, int c)