macOS / new boost build fixes.
[dcpomatic.git] / src / wx / language_tag_dialog.cc
index f4e54e94ba4b72c8555f5ab6fd6e24ef20bf9ffa..2854479a7469647ec9ad1e4f852cf99752c82d2f 100644 (file)
@@ -43,6 +43,9 @@ using std::vector;
 using boost::optional;
 using boost::shared_ptr;
 using boost::weak_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 
 class SubtagListCtrl : public wxListCtrl