X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.cc;h=52c1e70bed2ae63c3124a17fdef366b9b175da38;hp=13ddb0539f31f86f50de4b9b67db73c04cda2c15;hb=b9a1ad3df5f9d85fb7439efd93fede72b9b078af;hpb=313319ba2d8544bc25524e02e634804a503b54f1 diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index 13ddb0539..52c1e70be 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 "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS using std::make_shared;