Add Uwe Dittes as translator.
[dcpomatic.git] / src / wx / nag_dialog.h
index 83d681fefcac8d2471d3995fd7e628cdceeb23df..11fb907f067c4dd0e55a4a3e4b697396fb7c7b86 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2017-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "lib/config.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
-class wxRichTextCtrl;
 
 class NagDialog : public wxDialog
 {