Barely-functioning GL playback with new arrangement.
[dcpomatic.git] / src / tools / dcpomatic_batch.cc
index 2be37a38727324fa045486654b10e719b7ae1ab1..e3beb8dc6deb1760199488c65b60b68abe63c6ef 100644 (file)
@@ -42,6 +42,7 @@
 #include <wx/wx.h>
 #include <boost/foreach.hpp>
 #include <iostream>
+#include <set>
 
 using std::exception;
 using std::string;
@@ -381,6 +382,8 @@ class App : public wxApp
 {
        bool OnInit ()
        {
+               wxInitAllImageHandlers ();
+
                SetAppName (_("DCP-o-matic Batch Converter"));
                is_batch_converter = true;