X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdkdm_dialog.h;h=4a47d961f2a3cc487a06ac0412f3f4bd633be9d1;hb=HEAD;hp=4235de511b5e5cb20665aca8866a220ca38c6451;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/wx/dkdm_dialog.h b/src/wx/dkdm_dialog.h index 4235de511..4a47d961f 100644 --- a/src/wx/dkdm_dialog.h +++ b/src/wx/dkdm_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2020 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,18 +18,24 @@ */ + #include "wx_util.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include -class Film; -class ScreensPanel; -class RecipientsPanel; -class KDMTimingPanel; + class DKDMOutputPanel; +class Film; class KDMCPLPanel; +class KDMTimingPanel; +class RecipientsPanel; +class ScreensPanel; struct CPLSummary; + class DKDMDialog : public wxDialog { public: