macOS / new boost build fixes.
[dcpomatic.git] / src / wx / simple_video_view.cc
index d68ea48ddf679c38c818e8394e00004882ca4620..97e582ce7fcd4cad8c848e509d67152bf12710fd 100644 (file)
@@ -33,8 +33,12 @@ using std::max;
 using std::string;
 using boost::optional;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
+
 SimpleVideoView::SimpleVideoView (FilmViewer* viewer, wxWindow* parent)
        : VideoView (viewer)
 {