Note that newer libsub version is required.
[dcpomatic.git] / src / wx / verify_dcp_progress_dialog.cc
index 030a9810de043b06686ba9105b8c5647d222eaf1..6c941c98d333c450426bfef6d8de37a0814af474 100644 (file)
 #include "lib/cross.h"
 #include "lib/job.h"
 #include "lib/job_manager.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/evtloop.h>
+LIBDCP_ENABLE_WARNINGS
 #include <string>
 
 
 using std::string;
-using boost::optional;
 using std::shared_ptr;
+using boost::optional;
 
 
 static int const max_file_name_length = 80;