X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_view.cc;h=f4c9aca9d62009a186b3ae3747de012438084c89;hb=92858c0cc30fed42119ac632988c8106155e1949;hp=7a20cc3445f121f265f6de61a87e167767de5e59;hpb=313319ba2d8544bc25524e02e634804a503b54f1;p=dcpomatic.git diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc index 7a20cc344..f4c9aca9d 100644 --- a/src/wx/content_view.cc +++ b/src/wx/content_view.cc @@ -29,9 +29,12 @@ #include "lib/examine_content_job.h" #include "lib/job_manager.h" #include +#include #include #include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS using std::cout;