X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fnag_dialog.h;h=1552becc8be132e4920b7ddeb5996ee8a257a949;hb=9c36c2c9fd370f34e06db6e83aed23b3445a36de;hp=acf20f129884173d4ee3988dd848a66752f5c790;hpb=e21c0de24a7b2a2f9a2cf686e2ef59b155947420;p=dcpomatic.git diff --git a/src/wx/nag_dialog.h b/src/wx/nag_dialog.h index acf20f129..1552becc8 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,8 +18,13 @@ */ + #include "lib/config.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS + class NagDialog : public wxDialog {