macOS / new boost build fixes.
[dcpomatic.git] / src / tools / dcpomatic_player.cc
index a73fa4d304da174cfd7fc049c4f6c771ac826cfb..a82e67b88d7d6c09d2340c31571a9aa376aee116 100644 (file)
@@ -95,6 +95,9 @@ using boost::optional;
 using boost::dynamic_pointer_cast;
 using boost::thread;
 using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using dcp::raw_convert;
 using namespace dcpomatic;
 
@@ -785,6 +788,7 @@ private:
 
                dcp->set_cpl ((*i)->id());
                dcp->examine (_film, shared_ptr<Job>());
+               _info->triggered_update ();
        }
 
        void view_full_screen ()