X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fnag_dialog.h;h=11fb907f067c4dd0e55a4a3e4b697396fb7c7b86;hb=92933c13e9233149e4e80244d92da81b70072214;hp=83d681fefcac8d2471d3995fd7e628cdceeb23df;hpb=1da6ec96a4cdb4915c394bd4c272b6bfcc2033c8;p=dcpomatic.git diff --git a/src/wx/nag_dialog.h b/src/wx/nag_dialog.h index 83d681fef..11fb907f0 100644 --- a/src/wx/nag_dialog.h +++ b/src/wx/nag_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2017 Carl Hetherington + Copyright (C) 2017-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,10 +18,13 @@ */ + #include "lib/config.h" +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS -class wxRichTextCtrl; class NagDialog : public wxDialog {