X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools%2Fdcpomatic_batch.cc;h=3517de9fef04650675663cf49132c25b710e8c2e;hb=eb3167445033d600756840b10a3c28b67f5af598;hp=2be37a38727324fa045486654b10e719b7ae1ab1;hpb=b7602ca3edaec9d0333efcd33f9f50e856b6cd9f;p=dcpomatic.git diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index 2be37a387..3517de9fe 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -42,6 +42,7 @@ #include #include #include +#include using std::exception; using std::string; @@ -52,6 +53,9 @@ using boost::shared_ptr; using boost::thread; using boost::scoped_array; using boost::dynamic_pointer_cast; +#if BOOST_VERSION >= 106100 +using namespace boost::placeholders; +#endif static list films_to_load; @@ -381,6 +385,8 @@ class App : public wxApp { bool OnInit () { + wxInitAllImageHandlers (); + SetAppName (_("DCP-o-matic Batch Converter")); is_batch_converter = true;