X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.cc;h=4d8df87efe0351c8370ea990757e699405d886b3;hb=HEAD;hp=13ddb0539f31f86f50de4b9b67db73c04cda2c15;hpb=bb5acc8b8d783a4133b0b10285937d9151dc57c9;p=dcpomatic.git diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index 13ddb0539..4d8df87ef 100644 --- a/src/wx/report_problem_dialog.cc +++ b/src/wx/report_problem_dialog.cc @@ -26,7 +26,10 @@ #include "lib/config.h" #include "lib/job_manager.h" #include "lib/send_problem_report_job.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS using std::make_shared;