Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / subtitle_appearance_dialog.cc
index ad4c038503b1e25567e0baa8b8a03a49ef334284..45498c464c7eefdbc3a5f37adcc4ae611b71ff6a 100644 (file)
@@ -40,6 +40,9 @@ using boost::shared_ptr;
 using boost::bind;
 using boost::dynamic_pointer_cast;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 int const SubtitleAppearanceDialog::NONE = 0;
 int const SubtitleAppearanceDialog::OUTLINE = 1;